I have sign in with Google on Firebase working but I am sure not all apple users have Gmail accounts.
So I went to this page Sign In with Apple and Firebase
Seems kind of straight forward but once I have a provision that doesn't have a wild card (has what I will actually use)
This is where my...
I'm using the Firebase RemoteConfig lib from @DonManfred and works fine in B4A 10.0
Now I try the B4A 10.2 beta and the app stops with no logs.
I get this error in the unfiltered logs:
Spoiler: Errors unfiltered logs
B4X:
FATAL EXCEPTION: main
Process: br.com.myprofiles.testes, PID: 26153...
I try the firebase push and i have an error on my mobile after crashing :
java.lang.RuntimeException: Unable to get provider com.google.firebase.provider.FirebaseInitProvider: com.google.firebase.components.MissingDependencyException: Unsatisfied dependency for component Component<[class...
This update adds support for the latest version of Firebase, Crashlytics and Android SDK.
B4ASdkManager updated to support latest version of Android SDK command line tools.
Firebase libraries updated to support latest version of Firebase SDK.
OkHttp updated based on OkHttp 3.14.9.
Support for...
New SDK and Firebase-Integration. Am i able again to further wrap other Firebase components?
In fact i am interested to update my old Firebase-Libraries.
Config, RT-DB, Firestore, ML-Translate, do a new wrapper for the new -standalone - Google MLKIT.
Most of them depends on the new...
in the firebase storage my app can upload and can delete a file but download error:
(IOException) java.ioException: could not open resulting stream.
My rules:
rules_version = '2';
service firebase.storage {
match /b/*****.appspot.com/o {
match /public/{allPaths=**} {
allow read, write;
}...
I'm trying to setup firebase. I have downloaded the google-services.json and put in in the *.b4a folder but I get error "Error parsing google-services.json" when I try to compile a default app.
I saved my project as firebase in the B4A IDE and in the firebase website I used com.B4A.firebase as...
Buen dia a todos, de nuevo me tienen por aquí con un nuevo dolor de cabeza-Firebase.
Ya miré los tutoriales de Erel hasta el cansancio y creo que nada estoy haciendo mal. No logro hacer funcionar la conexion entre b4a y Firebase. Tengo todo tal cual el ejemplo de Erel, y he leido mas temas...
hello, finally I made working Firebase with apple signin, now I have next trouble - when user signs in with Aplle id , Firebase do not show CurrentUser.DisplayName, even if I delete this user from Firebase console /authentication/users and from https://appleid.apple.com/account/manage I remove...
If you want to authenticate without Firebase: https://www.b4x.com/android/forum/threads/user-authentication-with-apple-id.113671/#content
Make sure to use latest version of Firebase: https://www.b4x.com/android/forum/threads/firebase-2-50-april-2020.116278/
It will only work with iOS 13. Most...
More than $30,000 has been awarded for the discovery of a security issue that allowed attackers to send mass notifications to Android users.
The bug, which impacted mobile applications that were developed on Google’s Firebase platform, enabled attackers to send push notifications to all app...
Hi all.
I tried to use a Firebase Notifications - it works fine, I was able to push a notification from B4J example but my question is - how to keep a previous notification?
Let say I sent a notification with a title "AAA" and body "BBB". It comes to my app and I can see it.
Later on I pushed...
This is is a wrap for the Firebase RealtimeDatabase.
Please click here to donate for my work to write the wrapper (You can donate any amount you want :) but the minimum donation should be $10 for this Library)
Please note that this version is not known as stable but - for me - it seems to be...
Hi to all, im using this code to show the firebase notifications
B4X:
Dim n As NB6
Dim icono As Bitmap = LoadBitmapResize(File.DirAssets, "icon.png", 24dip, 24dip, False)
n.Initialize("default", Application.LabelName, "HIGH").AutoCancel(True).SmallIcon(icono)
Dim cs...
I ran the SDK manager and installed all the selected items this morning.
And now when I try to compile I get an error in the compiler window.
Maven artifact not found: com.google.firebase/firebase-installations
ادامه مطلب...
Ola
Yesterday I started playing around Google FireStore. This is things I learned. So, you need to log to the console and do the initial setup.
There is a Realtime Database (FireBase) and there is a Cloud FireStore. This is about the latter.
Step 1.
Add Firebase to your JavaScript project...
Ola
Yesterday I started playing around Google FireStore. This is things I learned. So, you need to log to the console and do the initial setup.
There is a Realtime Database (FireBase) and there is a Cloud FireStore. This is about the latter.
Step 1.
Add Firebase to your JavaScript project...
Ola
Yesterday I started playing around Google FireStore. This is things I learned. So, you need to log to the console and do the initial setup.
There is a Realtime Database (FireBase) and there is a Cloud FireStore. This is about the latter.
Step 1.
Add Firebase to your JavaScript project...
Hello Everyone !
i am trying use Sign-in with Apple , but the apple id does not switch off, except manually in the device settings ...
I would like to know if if I configure the login with apple through Firebase, the user can log out of the application whenever he wants
ادامه مطلب...