Top "Firebase-authentication" questions

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

Convert Promise to Observable

I am trying to wrap my head around observables. I love the way observables solve development and readability issues. As …

angular firebase rxjs firebase-authentication
How do I detect if a user is already logged in Firebase?

I'm using the firebase node api in my javascript files for Google login. firebase.initializeApp(config); let provider = new firebase.…

javascript web firebase firebase-authentication
Class file for com.google.android.gms.internal.zzaja not found

I am using Fragment for the designing of the Firebase simple login registration. I get error in the OnCreateView() method …

android firebase android-gradle-plugin firebase-authentication
Is there any way to get Firebase Auth User UID?

I am looking to fetch Auth User(s) UID from Firebase via NodeJS or Javascript API. I have attached screenshot …

javascript node.js api firebase firebase-authentication
Android Firebase DynamiteModule: Failed to load module descriptor

Since upgrading to the newest version of Firebase (9.0.0), I can't get rid of the following two errors when authenticating a …

android firebase firebase-authentication
Could not find a valid GoogleService-Info.plist in your project

When I run my swift 3.2 code with Xcode 9 beta 4 this is the error I get: *** Terminating app due to uncaught …

ios swift firebase firebase-authentication
How do I link each user to their data in Firebase?

I plan to create a main tree named users which will include the name different users used as username. So, …

javascript firebase firebase-authentication data-retrieval
Where does one set the Oauth Redirect URI for Facebook apps?

We are being asked to set the OAuth redirect URI for Facebook (as shown below) in the instructions to set …

facebook firebase facebook-apps firebase-authentication
How to use Firebase with Spring boot REST Application?

I have a Spring Boot REST application that depends on the authentication done in Firebase. On the client side Firebase …

java rest firebase spring-boot firebase-authentication