Top "Firebase-authentication" questions

Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app.

Configured the default Firebase app __FIRAPP_DEFAULT

When following the flutter tutorial examples for adding firebase dependancies in the yaml file I would get this printout in …

firebase flutter dart firebase-authentication flutter-dependencies
Getting 'E/TokenRequestor: You have wrong OAuth2 related configurations. Detailed error: INVALID_AUDIENCE' even after providing accurate client IDs

I have provided GoogleSignIn option in my app. Here's my code: public class SignupActivity extends AppCompatActivity { private static final int …

android firebase google-api-client firebase-authentication google-signin
Checking if user is still authenticated in angularfire2

I have a working authentication using the angularfire2, I am just wondering if there is another way to check if …

angular firebase firebase-authentication angularfire2
Deploying Firebase App with Service Account to Heroku (environment variables with dotenv)

I have a node application that uses a firebase service account. I would like to deploy the app to Heroku, …

node.js heroku firebase environment-variables firebase-authentication
Authentication for firebase hosting

I have a static app hosted on Firebase hosting whose backend is also on Firebase(communicating using firebase JS api). …

firebase firebase-realtime-database firebase-authentication firebase-hosting firebase-security
Error: Google id_token is not allowed to be used with this application. Firebase access fails after it was working

I'm using Google SignIn and then authenticate on Firebase using signInWithCredential, passing the Google credentials. I followed all the procedures, …

android firebase firebase-authentication google-authentication
Firebase Auth and Vue-router

I'm trying to authenticate a Vue.js app using firebase. I have an issue where if trying to access a …

javascript firebase vue.js firebase-authentication vue-router
Firebase REST auth when creating token with node.js admin sdk

I know this issue was asked a lot here, but I still cannot seem to find the exact answer that …

node.js firebase oauth firebase-authentication firebase-admin
How to replace the myApp-123.firebaseapp.com with my custom domain myApp.com

I am using Firebase Auth signInWithPopup() which is absolutely great. But when initially configured, the popup reads: Choose an account …

firebase web-applications firebase-authentication
Firebase Serve Error

I am new to firebase and am trying to make a simple app that utilizes user authentication. At this point …

firebase firebase-authentication firebase-tools