Fixed todos so they get picked up by extensions.
This commit is contained in:
@@ -2,7 +2,7 @@ const functions = require("firebase-functions");
|
||||
const admin = require("firebase-admin");
|
||||
admin.initializeApp(functions.config().firebase);
|
||||
|
||||
//Todo: Move this to an environment parameter.
|
||||
//TODO Move this to an environment parameter.
|
||||
const GRAPHQL_ENDPOINT = functions.config().auth.graphql_endpoint;
|
||||
const HASURA_SECRET_ADMIN_KEY = functions.config().auth.hasura_secret_admin_key;
|
||||
const UPSERT_USER = `
|
||||
|
||||
Reference in New Issue
Block a user