firebase

  1. 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...
  2. 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)...
  3. 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)...
  4. 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...
  5. 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...
  6. 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...
  7. Duque

    Servicios de google

    Deseo dominar los servicios de google con b4a, en especial firebas y notificaciones push. Cuanto me costara esto?, expertos en el tema estaré atento.
  8. Kevin

    Android Question FireBaseAdMob causing compilations problems

    I added this library to my project and with it, I cannot get through compiling the app (and it is a small, simple app). I get this: I haven't adjusted the timeout period yet because this just can't be right. Without the FireBaseAdMob library, the app compiles in about 10-12 seconds.
  9. Gentry

    Android Question Can one app use multiple firebase databases?

    I would like to partition my app user data into separate firebase databases (due to discrete regional activity), but I'd like to only have a single app and change the database target programmatically. The data is secured behind firebase auth (google currently) but I am considering starting with...
  10. Alexander Stolte

    B4J Tutorial Firebase Service (Server) Example

    Hey, this is an example/tutorial of a Server that manages Firebase Subscribtions, Unsubscribtions and SendMessages2Topics with the Power of B4J Server! The advantage is, requests are processed very quickly (barely waiting period), I do not have to start a script, save resources of the VPS or...
  11. Alexander Stolte

    B4J Question Firebase Storage Delete File

    Hello, is this possible with B4J? I did not find anything. But maybe someone already has experience with it. :cool: This is useful, because if i delete a post in the MySQL then i want to delete the image from Firebase over a script from my database. Then I am also in privacy, because the...
  12. uniplan

    Android Question SOLVED - Firebase push problem, but login work

    Hi, i'm working with b4A 7.30 and i have created some apps with firebase (social login and push) and i haven't any kind of problem. But i don't know, now, with new app, the login with firebase work fine, but don't work the push notification. fm_MessageArrived not raised! i'm trying with b4j...
  13. Gentry

    Android Tutorial Firebase Remote Config - how to enable developer mode?

    Can we see an example of enabling DeveloperMode? Quickly running into threshold limits while experimenting on how Remote Config can be used. I suspect a javaobject would need to be constructed to set FirebaseRemoteConfigSettings.Builder.isDeveloperMode() = true, but I have no idea how to craft...
  14. Gktech

    Android Question Error implement the FirebaseAdMob

    When I implement the admob firebase library I am getting the following error: java.lang.IllegalStateException: A required meta-data tag in your app's AndroidManifest.xml does not exist. You must have the following declaration within the <application> element: <meta-data...
  15. stingrae

    iOS Question Firebase causes a crash in iOS

    Hi all, I have Firebase messaging working perfectly on my Android, and am now trying to get it working in iOS. I've just gone through this tutorial and then tried to compile it, but it's giving me the error below. https://www.b4x.com/android/forum/threads/firebase-integration.68623/ It seems...
  16. German Buchmuller

    Android Question Add Ads to B4A 5.70. Is it possible?

    Hi to everyone. I used to implement the AdMob library to the project. However, now when I start the app on the smartphone, the app crashes. I read on the AdMob Library that it was no longer working, and so it was replaced by the Firebase AdMob Library. The problem is that in needs B4A 6.0+ to...
  17. uniplan

    Android Question Problem receive push android 7

    Hi...i have a particular problem on devices android with Android 7 version (Samsun s6 and Huawei P10) .I don't receive the push notification. With the same app on other device with android 6, i haven't this problem (Samsun Note 3). There are any type of problem? Thank you?
  18. Seneca

    Spanish FirebaseNotifications. ¿Es posible consultar a Firebase a qué temas se está subscrito?

    Hola. Un dispositivo puede subscribirse a uno o varios temas de FirebaseNotifications. Al respecto me surgen dos dudas. La primera es si existe algún método por el cual un usuario puede consultar desde la App a qué temas está subscrito. La segunda es: Desde el panel de administración de...
  19. Alexander Stolte

    Android Question Firebase Cloud Messaging Update Push Subscriptions

    Good Day, if a device is first time using the FCM in a App, then he create an Instance ID, with this ID he can subscribe for topics or you can send a push message to this device with this ID. The problem is, Over time, you subscribe to a heap of topics and this ID is not forever this ID is...
  20. avalle

    Android Question Images and buttons in Firebase Notifications

    Hello, I've started working with Firebase Notification messages successfully following the various guides. Now I want to add images and buttons that show directly in the notification and I'm a little confused on how best to do that. Here's a guide I've found with a sample of a possible result...
Top