Heyy Devs.. I'm creating an Android app using firebase in which phonenumber authentication is required. But I want to use my own otp verification syst ...
Heyy Devs.. I'm creating an Android app using firebase in which phonenumber authentication is required. But I want to use my own otp verification syst ...
We have a Google Admin account and manage users via that console. I am building an application and would like to manage user logins through that appli ...
I want a dynamic error message instead of this static error message. Please review my code and help me out with the code to show an error message in ...
I am a newbie in programming :>. I want to register a user's account in firebase authentication and at the same time store the details in a real-ti ...
I am making a react project and when I am trying to sign up through email and password using firebase authentication then this 👇your text error is sh ...
I want the firebase user's displayName to update as soon as it registers so that I can display the first letter of their name in a drawer. After I reg ...
I don't know if i doing wrong but my user current login doesn't display the data in the textField when user login their profile. I did create profil ...
How to type an async callback function in onAuthStateChanged? There is an error "Promise returned in function argument where a void return was expect ...
I am currently attempting to set up Firebase v9 authentication in a NextJS app I am working on. I was originally trying to use Next's server-side envi ...
Currently I have a StreamBuilder switching between a HomePage and LandingPage depending on the current auth state. The issue I have encountered is tha ...
I'm using firebase in Android Studio with kotlin. I want to know whether login account is email-register account or google social account. As I know ...
I'm stuck in a login/registration flow with Firebase. I have a simple use case where users can register/login with email-password and login with Googl ...
I would like to condition the sign out action depending If I have already or not sign in. I just tried with an "If" before everything but it show a "e ...
I have Email/Password & Google enabled as providers. I'm able to create a user with both providers and as a result I have two users with the same ...
On Creation of an account I need to make 2 collections 1 for Users 1 for Companies. Within each one, I need to capture the UID. I just cant seem to gr ...
I am building a React App with Firebase back end. I have two types of users, Admin and Standard users. The admins are created by a Super Admin using e ...
What is the purpose of the "hide" I see in almost all the example imports like the one below? Even after multiple google searches and searches here ...
am trying to allow users to change their primary email in my VUE App which uses firebase as authentication, the code am using works fine and it gives ...
I know the reason why this is haapening, but what I want is a solution for this. Code: useAuth.hook.ts usage: value returned first time: undefin ...
this is my function, for firebase function: export const hello = onRequest({ cors }, async (request, response) => { const token = request.header ...