firebase

  1. E

    Android Question Firebase push notifications not working on B4A 9.01.2 ?

    I get this error message when i run my firebase related app. Any help?? Logger connected to: Infinix Infinix-X600 --------- beginning of main *** Service (starter) Create *** ** Service (starter) Start ** ** Activity (main) Create, isFirst = true ** ** Activity (main) Resume ** *** Service...
  2. peacemaker

    Android Question FirebaseAuth: is Email and Phone auth possible ?

    HI, All Email and Phone auth are possible in FireBase. Do we have lib\code to use ?
  3. peacemaker

    Android Question [Firebase ML-Vision lib]: usage of GraphicOverlay and other questions

    @DonManfred, thanks for the lib. 1) GraphicOverlay: somehow showing of the found texts can be disabled on GraphicOverlay ? 2) overlayBitmappathName: how this bitmap is practically used ? 3) Camera focusing: any control available ? Seems, the camera is working without periodical auto-focusing...
  4. KZero

    Android Question Firebase Auth, Facebook Key-Hash

    Hello, i'm trying to generate Key-Hash for Facebook but i'm getting this error Warning: The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format using "keytool -importkeystore -srckeystore D:\Android\MyPSK.keystore -destkeystore...
  5. A

    Android Question Problem when referencing "Firebase Analytics" and "Firebase Notifications"

    Hello, I tried to add an option for Push Notifications to my throw Erel's video Explanation. When referencing the libraries "Firebase Analytics" and "Firebase Notifications", an error message had shown up. (When referencing "Firebase Analytics" the error was "Maven Article wasn't found...
  6. TIMX

    Android Question android.content.res.Resources$NotFoundException: String resource ID #0x0

    Please Help me. I have an error with firebase auth. *** Service (starter) Create *** ** Service (starter) Start ** ** Activity (main) Create, isFirst = true ** main_activity_create (java line: 345) android.content.res.Resources$NotFoundException: String resource ID #0x0 at...
  7. uniplan

    Android Question Icon app always show in status bar

    HI, i use firebase to send notification to app.Thi is my code to show thw notification: Dim n As Notification n.Initialize() n.Icon = "icon" n.SetInfo2(titolo_push,messaggio_push,id_notifica,Main) n.Notify(id_notifica) n.Vibrate=True...
  8. Multiverse app

    Cloud Firestore has graduated out of beta

    http://firebase.googleblog.com/2019/01/cloud-firestore-in-general-availability.html
  9. S

    Spanish Recuperar información de un notificación firebase recibida desde un arduino

    Hola a todos. No se si este es el lugar y la forma de hacer la pregunta. Si estoy equivocado haganmelo saber y de que forma debería hacerlo.Gracias Tengo el siguiente problema. He recibido una notificación des una aplicación en ESP8266 arduino y no logro entender como recuperar los datos...
  10. Y

    iOS Question Silent push notifications not working

    My iOS app is not recieving any push notifications whilst in the background, but it does recieve them in the foreground. The iPhone is running iOS 10.3.1 so it shouldn't be the iOS 11 issue where they're only delivered sometimes. The app isn't being force killed, I'm simply exiting it by...
  11. walterf25

    Android Question Admob Ads (SOLVED)

    I have implemented Admob ads into one of my apps it's been more than 4 days and I still can't see any ads, is anyone else experiencing this issue? I don't believe I'm missing anything, I have spent hours checking and making sure I followed the implementation instructions and I can't seem to find...
  12. Ivan Aldaz

    Bug? Bug in FirebaseStorage library

    Hi. It's a little typo, but has driven me almost crazy. Here it is: When downloading a file with storage.DownloadFile(FirebaseStoragePath, localDir, "localFile") the event sub raised is "storage_DownloadCompleteD", but if you want to "Wait for" the download to finish, you have to write...
  13. ermales

    Android Question firebaseauth-authenticate error

    I guided myself in this tutorial https://www.b4x.com/android/forum/threads/firebaseauth-authenticate-your-users.67875/ works perfectly but when the device does not have access to the internet I have a problem can help me please, how to solve this is the login code Sub Process_Globals...
  14. Marcus Araujo

    Android Example Solution for: Google Sign In Error 12500 x Internal Testing

    The problem: If anyone is using the Google Play's Internal Testing feature to make your app available for selected users, be aware that Google changes the app and therefore the APK signature - so Firebase-based services that require SHA-1 signature will NOT work properly. In my case, Google...
  15. Mashiane

    B4J Tutorial Beginning Firebase Database in JavaScript: CRUD-ing around

    Hi there... Anyway, this should not be long. Many moons I was requested to work on a firebase wrap for ABM. Im not there yet, but this should be a start. I'm still getting a hang of it and more will follow as I make more progress. I'm testing this for something I'm doing, however you can use...
  16. DactilPlus

    Android Question No Firebasenotifications when app is closed

    Hello, I just implemented firebase notifications on iOs and Android, and they go well with the app turned on in the background. In iOS it shows the notification when the app is off, but not Android. Update the Android device, but I can not get the notification with the app off. I followed...
  17. Multiverse app

    Android Question Crashlytics Tutorial

    So, the old Crash reporting panel in Firebase will be replaced with Crashlytics on September 9. I've already integrated Crashlytics into all of our apps. But for the app to be shown into the Crashlytics panel, it has to be linked to Fabric- But after signing into Fabric, it says "Your...
  18. sktanmoy

    Android Question Firebase Facebook not working properly

    I tried to Integrate Google & Facebook Login into my app using Firebase Library. Unfortunately, Facebook isn't working as expected. I'm getting Facebook Login Window, successfully being back to the Login Activity but not getting any response from the sub bellow Sub Auth_SignedIn (User As...
  19. sktanmoy

    Android Question Issue with Firebase auth

    Hello, I was trying to integrate Firebase Auth (Google Only) to my app. But facing issues. Error Log: *** Service (starter) Create *** ** Service (starter) Start ** ** Activity (main) Create, isFirst = true ** FirebaseAuth initialized Error occurred on line: 27 (Main)...
  20. S

    Android Question Invalid resource directory name

    Hello, I have a big project which worked perfectly fine on version 7.x of B4A, I've now upgraded to 8.3 and now when I run the project i get: B4A Version: 8.30 Parsing code. (0.00s) Compiling code. (0.05s) Compiling layouts code. (0.00s) Organizing libraries. (0.00s) Generating R...
Top