I am trying to show all the user's images on my react website. But I can only find the current user information using react-firebase-hooks/auth hooks. How can I
Hey everyone I am learning firebase phone authentication in web app. I have an error that I can not find the solution. I imported the browser module for firebas
In my Firebase app, I'm trying to fetch from the Twitter v2 api bookmarks endpoint, but it requires OAuth 2.0 Authorization Code Flow with PKCE. This authentica
My environment variable is ok. No comas and name mistakes but they given me error like "FirebaseError: Firebase: Error (auth/invalid-api-key)". How can I fixed
I want to retrieve the specific data from realtime database in python file. I need to setup a connection first but I don't know how to set it up and then retrie
I'm using my API key stored in a .env.local file. And it setup correctly but not working assert.ts:128 Uncaught FirebaseError: Firebase: Error (auth/invalid-api
In my reactjs project, I use firebase 9.6.11 for email, google and facebook authentication. When I call the signInWithPopup() and google sign in form, Sign in t
I am using the firebase auth now I want to show a different message in UI for every error message
I'm trying to migrate to Google Identity Services. When I log a user in and try to get info from their Google Books account I get "error code 403. Books API has
I'm having an issue with the following error: Module not found: Error: Package path ./standalone is not exported from package C:\Users\brohj\WebstormProjects\Re
In Firebase v8, deleting our Local Storage folder for our Electron app would clear the auth persistence, but now with Firebase v9 clearing I've tried clearing L
I'm trying to accomplish something rather simple here but it's turning out to be a bit of a head-scratcher. Obviously we have the handy onAuthStateChanged event
So as you can see here's my profile page i just want to create an update method here. Is it possible to do inside this page for the update method? I'm still new
Currently, when resetting a password, the firebase requirements provide a very vague and poorly worded message "Strong passwords have at least
I'm using this screen to navigate between two screens by using the onAuthStateChanged but still every time It refresh the app it logs out even though I'm not lo
how to display to user an auth error differently than with alert? For example: User will type a bad password, and a p tag will tell him, that he typed uncorrect
I'm trying to use google sign in from firebase in my ionic angular project, I follow the tutorial, the compilation was good but when i click the sign in button
I have 3 different Fragments to sign in. This is one of fragment to sign-in. @AndroidEntryPoint class SettingFragment : Fragment(){ lateinit var binding: Fragm
I am building a flutter app with Firebase as the back end. I have created an AuthService class on a separate file and import and use the Auth functions inside t
We are using firebase service for verifying users numbers which was working fine few days ago. But now it suddenly sometimes work and sometimes doesn't and thro