Skip to content

Instantly share code, notes, and snippets.

@xros
Created January 25, 2022 23:54
Show Gist options
  • Save xros/7c15d289d252c40c93a58ca8dac0553a to your computer and use it in GitHub Desktop.
Save xros/7c15d289d252c40c93a58ca8dac0553a to your computer and use it in GitHub Desktop.
Serverless Sign In to get user info from Firebase

Sign in via Google or Facebook, Firebase will give you a token. With this token, ask firebase, firebase will tell you who is the user.

You take firebase as your backend/database server, focus on developing apps only.

@xros
Copy link
Author

xros commented Jan 25, 2022

Diagram here

iShot2022-01-26 02 51 59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment