Skip to main content

All Questions

6 votes
5 answers
12k views

Cross origin redirect sign-in on Google Chrome M115+ is no longer supported, and will stop working on June 24, 2024

I am developing a gym application, consisting of two separate apps: one for administrators and another for members. User registration is facilitated through Google Firebase authentication using email ...
Satyajeet Bhosale's user avatar
0 votes
0 answers
39 views

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.signuploginrealtime/com.example.signuploginrealtime.SignupActivity}

I have google-services.json on the App>src. Im trying to use Firebase Auth and Realtime Databse, but I don't know what I'm doing wrong. I get this error every time, even when I create a new project:...
androx's user avatar
  • 9
0 votes
2 answers
185 views

firebase login otp verification

My app is not sending code(otp) for login with phone(firebase) and is printing the following error in Logcat. But it is logging in with testing purpose number manually inserted in firebase console. ...
Nigel Sindirawo's user avatar
0 votes
0 answers
191 views

Working on Same Firebase Account from Different Computer (Different PC)

I'm trying to use a firebase android studio project on a different computer and it wont work the register functionality is broken but when I use it on the orignal it works fine. From googling people ...
360Ibra's user avatar
0 votes
0 answers
85 views

Firebase authentication is login just latest registered user

I am making a login system and also applying authentication. But only the latest registered user can successfully login but the rest users cannot login. Here is the code down below: package com....
Iqra Riaz's user avatar
0 votes
0 answers
53 views

E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.wallpaper_community, PID: 29357

Good morning, I am an engineering student and I am developing an application to view and download wallpapers, but I have a problem, when I click on the button that takes me to log in, the application ...
Juan 's user avatar
  • 11
0 votes
0 answers
78 views

android studio java App crashes after FirebaseAuth. auth = FirebaseAuth.getInstance(); in SignUP Activity

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.nikespr/com.example.nikespr.SignupActivity}: java.lang.IllegalStateException: Default FirebaseApp is not initialized in ...
Saqalin Raza's user avatar
0 votes
0 answers
401 views

Adding user via admin panel in android studio with firebase

I wanted to ask for your help with something that eating my brain out since I am new at Firebase and android studio. I created this attendance app but only the admin can log into the system then as ...
Patrick Amdy's user avatar
0 votes
0 answers
132 views

Android Java Compile error in android studio

I've spent couple of days trying to set it up but I got errors after adding firebase auth dependency in build.gradle file. Following are the errors: org.gradle.api.internal.tasks.compile....
Numrah Alauddin's user avatar
0 votes
2 answers
112 views

Error Using SharedPreferences() Method In Android Studio (Login Activity) After Adding Firebase Authentication

My code worked until I added Firebase to it. This is my login page, and the SharedPreferences don't work. When I click on the login button, the password pops up as the username and the password - and ...
Michael S.'s user avatar
0 votes
1 answer
52 views

getting error while try to ignore zero at the begining of phonenumber?

//getting data String _phoneNumber = number.getEditText().getText().toString().trim(); String _password = password.getEditText().getText().toString().trim(); if (_phoneNumber.charAt(0) == '0') { ...
Bibek Timalsina's user avatar
0 votes
1 answer
882 views

what should i do if i get error firebase client authorization?

W/IInputConnectionWrapper: finishComposingText on inactive InputConnection E/FirebaseAuth: [GetAuthDomainTask] Error getting project config. Failed with "error": { "code": 400,...
Abhishek's user avatar
1 vote
1 answer
75 views

Getting a NullPointerException on a Firebase User that exists

This code was working yesterday, tried to run it again today and suddenly getting this error. I can see on my firebase user database, that the user with the mail I'm trying to create, is getting ...
lasvega's user avatar
  • 13
11 votes
7 answers
25k views

Error while geting Firebase Phone Auth OTP

I am trying to implement Firebase Phone Verification. I have enabled phone verification on firebase console. I have generated keystore and added the SHA signatures to the console. dependencies: ...
user13864571's user avatar
0 votes
0 answers
28 views

Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference to read data for log in page [duplicate]

Got a problem with my code,have problem to call from database. private void isUser() { final String userEnteredUsername=regUsername.getEditText().getText().toString().trim(); final String ...
Am33n's user avatar
  • 1

15 30 50 per page