Skip to content

An example of a implementation with REST APIs of Firebase Authentication with Google provider (based around this tutorial: https://youtu.be/AWp9RdxTJco)

Notifications You must be signed in to change notification settings

rotolonico/Firebase-Auth-with-Google-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebase-Auth-with-Google-REST-API

Integration example of Firbease Authentication Google provider in Unity using REST APIs

Master branch

Implements the copy/paste method to bring the auth token back to the client. (deprecated)

Loopback-ip branch

Redirects the auth token to localhost on a specific port. The client will listen on the same port to fetch the token.

Cloud-function-setup branch

Redirects the auth token to a cloud function that stores it safely on realtime database. The client will invoke a second cloud function periodically to check if the token has landed and, eventually, fetch it.

Libraries used:

About

An example of a implementation with REST APIs of Firebase Authentication with Google provider (based around this tutorial: https://youtu.be/AWp9RdxTJco)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages