Skip to content

Instantly share code, notes, and snippets.

@jmarkoff
Created November 13, 2018 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmarkoff/c67c4c54c955bfd1d5cb8acf98bce7c6 to your computer and use it in GitHub Desktop.
Save jmarkoff/c67c4c54c955bfd1d5cb8acf98bce7c6 to your computer and use it in GitHub Desktop.
const functions = require('firebase-functions');
exports.oauthcallback = functions.https.onRequest((request, response) => {
response.send(request.query.developerAccount);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment