All Questions
58 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 ...
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:...
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.
...
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 ...
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....
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 ...
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 ...
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 ...
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....
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 ...
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') {
...
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,...
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 ...
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:
...
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 ...