Firebase-Auth-with-Google-REST-API icon indicating copy to clipboard operation
Firebase-Auth-with-Google-REST-API copied to clipboard

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

Results 2 Firebase-Auth-with-Google-REST-API issues
Sort by recently updated
recently updated
newest added

I tried the both methods but while playing in editor and pressing the sing in with google button it redirect me to browser and asking which id to sign in...

it says "Success, you can return to the app now!" but this pops up but the part in ``` var payLoad = $"{{\"postBody\":\"id_token={token}&providerId={providerId}\",\"requestUri\":\"http://localhost\",\"returnIdpCredential\":true,\"returnSecureToken\":true}}"; RestClient.Post($"https://identitytoolkit.googleapis.com/v1/accounts:signInWithIdp?key={ApiKey}", payLoad).Then( response => { // You...