Still, I can't understand about firebase pricing on authentication with the identity platform.
I have a question. I own an app that integrates Firebase authentication which is the type of Social, Anonymous, and Email+Password.
The question is did you charge only sign-ups or sign-in or both using either type of authentication mentioned above? Why should I ask? Because Auth0 offers only charges applicable on sign-ups and unlimited logins.
Another question, Do I get charged to check if a user is signed in or not using
FirebaseUser currentUser = mAuth.getCurrentUser();
updateUI(currentUser);
So, kindly request you to clarify it. Thank you.
FirebaseUser currentUser = mAuth.getCurrentUser();
updateUI(currentUser);