We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b006d8b commit e2c22baCopy full SHA for e2c22ba
firebase/functions/src/osm_auth.ts
@@ -53,6 +53,11 @@ function osmOAuth2Client() {
53
return simpleOAuth2.create(credentials);
54
}
55
56
+/**
57
+ * Creates a configured simple-oauth2 client for OSM for the web app.
58
+ * Configure the `osm.client_id_web` and `osm.client_secret_web`
59
+ * Google Cloud environment variables for the values below to exist
60
+ */
61
function osmOAuth2ClientWeb() {
62
const credentials = {
63
client: {
0 commit comments