Category "firebase-authentication"

Property 'auth' does not exist on type 'typeof import..." firebase/auth

import firebase from 'firebase/app'; import 'firebase/auth'; import 'firebase/database'; firebase.initializeApp(firebaseConfig); const auth = firebase.auth();

Re-authenticate with provider in Firebase and SwiftUI

I managed to re-authenticate the users with Apple, Facebook, Google, Email, and Phone in Firebase with SwiftUI, but when the users re-authenticate with Facebook

Signin error about twitter and unity in Firebase

Already found the reason: You currently have Essential access which includes access to Twitter API v2 endpoints only. If you need access to this endpoint, you&r

GeneratedPluginConstraint , Fatal error: module 'firebase_auth' not found @import firebase_auth;

so I've got this error in my last project while trying to link it with firebase for my flutter app. So for this project , I downloaded it from my github which I

Disable Identity Toolkit when using Firebase Authentication

I just set up a new project for Firebase and it is requiring me to enable Identity Toolkit API. This is a problem because, even though I'm wrapping the fireba

Does firebase auth UID expires or not?

I'm goning to use auth.UID in my backend web service as api_key for each user I wounder if UID is final key or it expires/changes

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 exception 'com.firebase.core', reason: '[FIRApp c

I'm trying to link between Firebase Authentication and MySQL using a new scenario

I want to take your opinion about this weird scenario before applying it. I'm using FirebaseUI. The users' table ID NAME EMAIL PHONE_NUMBER PHOTO_URL CREATED S

How to check if the user is logged in, if so show other screen?

My first screen is a login screen and it needs to check if the user is logged in to open the home screen directly but I get an error using this check. I'm doin

firebase auth/operation-not-allowed

This is an angular web app. Added the screenshot of the permission page I'm trying to authenticate mobile using firebase. In my firebase console > Authent

ASP.NET Core validate Firebase Auth emulator JWT

I'm trying to validate a JWT issued by the Firebase Auth emulator. The following code snippet is working fine for production apps, but I can't figure out how to

How to solve Firebase: No Firebase App '[DEFAULT]' has been created - call Firebase App.initializeApp() (app/no-app)

I am trying to create a chatroom application using react and firebase. Initially, I got an error while importing auth and firestore at once i.e import { auth, f

Firebase Delete User Authentication on Android

Is there a way to delete a user from firebase authentication, when the current user is not the one who is being deleted. I know that there is a way to delete a

How to create user collection in firestore after sign in with google?

i am trying to create a user collection in firebase firestore after when user sign in with google. i use these lines of code const signInWithGoogle = async

How to delete unverified e-mail addresses in Firebase Authentication/Flutter?

After registering with Firebase Authentication "Email / Password",saving e-mail without verification.I have application with Flutter firebase. When someone regi

How do I implement authentication and authorization for my employees in asp.net web app?

I am developing a web app for my employees to manage some critical admin pages. What type of identity and access management I can use? how do I implement Authen

Firebase Authentication iOS 12 invalid token

I have an App that makes use of Firebase Authentication using phone SMS verification and recaptcha (no APNS) The App works fine with the Authentication process

list of all auth/ errors for firebase web API

To handle all possible auth/ errors Firebase can return to a somehow invalid login I am in search for a full list of all auth/ errors. I could find such a list

signout from firebase using python

Iam using django webapp.I signed in with import pyrebase firebase = pyrebase.initialize_app(config) authe = firebase.auth() user = authe.sign_in_with_email_

Firebase 'requires-recent-login'

I would like to know about firebase requires-recent-login. If I reauthenticate user like this firebase.auth().currentUser.reauthenticateAndRetrieveDataWithCre