firebase-authentication Questions
2
Solved
I'm having some trouble figuring out token refreshes when using apollo-client and firebase's auth service.
I've setup token refresh using apollo client before. Typically I use the apollo-link-erro...
Nuncupative asked 23/7, 2019 at 11:42
3
Solved
GDPR in the EU requires us to have an opt-in checkbox for the "terms" and "privacy policy" users accept when signing up. Using the Firebase Authentication UI (FirebaseUI), I don't get this by defau...
Grab asked 21/4, 2018 at 14:17
6
Solved
I'm trying to implement Firebase Authentication system in my Unity Game Project. Everything is setup properly on the console panel on the website. I've read the docs and can't find a way to login i...
Trill asked 2/5, 2017 at 5:54
6
Solved
I am trying to use the Javascript client library for Firebase auth to sign in with a Google account and popup window. However, when I try to sign in, the signin window pops up, I select my Google a...
Opuntia asked 31/5, 2020 at 12:44
3
Solved
Firebase allows only one language for confirmations emails. Whole nicely done products are useless for multi-language apps. I want to make my own confirmation system. The only question is how can I...
Supervisory asked 6/1, 2017 at 22:31
10
I am trying to run this sample firebase project, but I keep getting this error in the browser console.
Lf {code: "auth/unauthorized-domain", message: "This domain (mail-demo-fcm.firebaseapp.com) i...
Epperson asked 3/1, 2018 at 12:0
1
I am trying to make a website cross origin isolated, and enabled the following headers on my site:
https://web.dev/cross-origin-isolation-guide/
Cross-Origin-Opener-Policy: same-origin
Cross-Origin...
Schilit asked 15/9, 2021 at 17:25
16
I use Firebase-auth for my web application I'm developing with electron framework. I created an API key using project settings, and copied it into my html's body as it is suggested in Firebase guid...
Staciestack asked 11/2, 2019 at 17:50
14
Solved
EDIT - this question is still unanswered. There was an idea to listen to onIdTokenChanged, however the token is refreshed once every hour, which is not practical solution for me. I posted follow up...
Demaggio asked 12/2, 2021 at 15:1
5
I have been initializing Firebase like this since I started by following this flutter documentation, but for some reason, this throws an error in the debugger, as follows:
TypeError: Class constru...
Critical asked 22/12, 2023 at 20:17
2
Solved
I have this dockerfile:
FROM node:16
ADD . /src
WORKDIR /src
# Install OpenJDK-11
RUN echo 'deb http://ftp.debian.org/debian stretch-backports main' | tee /etc/apt/sources.list.d/stretch-backports...
Harrow asked 10/2, 2022 at 21:9
4
Solved
I try to use Firebase (Google) authentication but I'm getting this error:
This operation is not supported in the environment this application is running on. "location.protocol" must be http, htt...
Guizot asked 15/8, 2019 at 8:31
31
private void handleSignInResult(Task<GoogleSignInAccount> completedTask) {
try {
GoogleSignInAccount account = completedTask.getResult(ApiException.class); //exception is here
// Signed i...
Continue asked 22/11, 2017 at 14:53
9
Solved
I am trying to change/update a user's email address using :
firebase.auth().changeEmail({oldEmail, newEmail, password}, cb)
But I am getting ...changeEmail is not a function error. I found the r...
Patrizius asked 7/10, 2016 at 5:21
9
Solved
After running the following line in node-js:
import * as admin from "firebase-admin";
import * as serviceAccount from "../../firebase_service_account_key.json";
const app = admin.initializeApp({
...
Deprecative asked 3/5, 2019 at 22:33
2
Solved
I'm a beginner trying to learn to use firebase auth with android compose
I'm following the code on https://firebase.google.com/docs/auth/android/firebaseui to create a signInLauncher but I'm gettin...
Vulture asked 4/3, 2024 at 20:22
4
Solved
I have an auth guard that needs an asynchronous response true/false when the site is visited and the user is already logged in.
I'm using Firebase's onAuthStateChanged (link to docs) and it uses ...
Bridwell asked 31/3, 2017 at 2:0
3
Solved
I am getting this error.
Failed to transform firebase-auth-22.2.0.aar
(com.google.firebase:firebase-auth:22.2.0) to match attributes
{artifactType=android-dex, asm-transformed-variant=NONE,
dexing...
Vestry asked 3/11, 2023 at 11:51
7
Solved
I am using flutter web and firebase authentication to build a web app. For that
1. Created Firebase app with Google signin as one of the sign in methods.
2. Added the dependencies as given in https...
Arthrospore asked 25/12, 2019 at 18:31
2
We are in the process of transferring an app from one Apple developer account to another one as part of an app acquisition. The app uses Apple Sign in and Firebase authentication and it seems that ...
Ster asked 19/8, 2020 at 16:39
2
I am trying to sign in with facebook in the reinstallation of an android app. Initially I signed up using Google and successfully linked it with firebase.
But when I try to do with facebook it giv...
Directed asked 8/5, 2017 at 6:56
16
Solved
I'm implementing the standard tutorial for Firebase AuthUI in my android app. However, when testing I try to sign-in using Google sign-in from within the app and get the following exception:
com.g...
Roselynroseman asked 20/8, 2018 at 6:52
4
Solved
When attempting to beta test my application with some external users, none of them could properly enter the app using the phone number sms verification. The developers could all use the application...
Granulite asked 29/9, 2017 at 14:13
4
Is it possible to configure multiple Firebase projects for my Unity application without diving into the Android or iOS code? I tried simply switching out the google-services.json file, but this fai...
Tail asked 9/1, 2018 at 17:19
5
Solved
SOLVED
I am trying to put authentication on firebase. I finish my code, and, when I tried it, it says:
The given sign-in provider is disabled for this Firebase project. Enable it in the Firebas...
Bicentenary asked 24/3, 2019 at 19:56
© 2022 - 2025 — McMap. All rights reserved.