firebase

  1. 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...
  2. Multiverse app

    Cloud Firestore has graduated out of beta

    http://firebase.googleblog.com/2019/01/cloud-firestore-in-general-availability.html
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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)...
  14. 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...
  15. Y

    Android Question Firebase SubscribeToTopics error and strange adb issues

    I'm using v1.21 of FirebaseNotifications and I've updated all the recommended items in the sdk manager to their latest version, in the case of firebase-messaging it's 17.1.0, but I still get this error. I even went as far as to delete everything I had downloaded via the SDK manager and...
  16. Andre Souza

    Android Question Firebase Analytics not working

    I've implemented Firebase Analytics for my app and it's been over 4 days that it's still blank. From Google information, the maximum would be 24 hours. FirebaseAdMob works perfectly. Something is missing in this XML manifest CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase)...
  17. Alex Guerrero

    Android Question Again error with firebase-auth FirebaseAuth after SDK update

    Hi, I updated the SDK libraries a few moments ago and I was presented with the following error: Sub Service_Create auth.Initialize("auth") ' <---------- line error End Sub *** Service (starter) Create *** FirebaseAuth initialized Error occurred on line: 31 (Starter)...
  18. uniplan

    Android Question Firebase facebook authorization changed? No photo profile and no email

    Hi, normally i use facebook firebase auth login, but from two days i don't receive the email and photo user profile, but only DisplayName and Uid ... I see in the facebook developer that we send our app for verify to preserve those authentication functions: user_friends user_link user_gender...
  19. Alex Guerrero

    Android Question cURL to implement Firebase Realtimedatabase transaction

    Hello, I am trying to update data with conditional requests in Firebase Realtimedatabase, but I do not get the unique identifier or ETag, please can you help me, thanks. The idea is to implement a secure transaction in Firebase Realtimedatabase. The example base code is in the following link...
  20. Multiverse app

    Android Question Firebase Notifications error

    After I updated to FirebaseNotifications v1.21, I get the following error- *** Service (firebasemessaging) Create *** ** Service (firebasemessaging) Start ** firebasemessaging_subscribetotopics (java line: 193) java.lang.NoSuchMethodError: No virtual method...
Top