python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Facebook and Google login doesn't work for Android AAB build uploaded to Firebase App Distribution
Solved: The Firebase troubleshooting page has been updated:
When you upload an AAB to App Distribution, Google Play automatically
resigns the generated APK using a test app signing key certificate.
W...
Dr.LYK
Votes: 0
Answers: 1
How to get FB profile in FB auth using Android Studion Java with Firebase
// Why this method return different URL it doesn't get the actual profile picture?
String profileUrl = mUser.getPhotoUrl().toString() + "?height=500";
Glide.with(this).load(profileUrl).into(...
user16971245
Votes: 0
Answers: 2
how to add facebook authentication to my Rest app in JAVA
I created a RESTful application with jersey and now I'm trying to add a facebook authentication interface to my app and i'm kinda stuck how to connect authentication to my rest method .
package servi...
Nassima Gannoune
Votes: 0
Answers: 1
Error when adding Facebook Authentication to flutter App
I'm going crazy because I'm trying to solve this from 3 days ago :) any one can please help me.
Note: the app is already on google play, now I'm working on version 2 of app.
I'm trying to add Facebook...
Mahmoud Saleh
Votes: 0
Answers: 1