Skip to content Skip to sidebar Skip to footer
Showing posts with the label Firebase

Will Firebase Realtime Database Sync When The Device Comes Online, But The Application Is Not Opened?

I am trying out Firebase Realtime Database. I have a created a node users, In that I have created a… Read more Will Firebase Realtime Database Sync When The Device Comes Online, But The Application Is Not Opened?

Unable To Save New Data In Firebase

I am trying to save new data in firebase under a node Visitors. i have already set some rules on th… Read more Unable To Save New Data In Firebase

Xamarin Android Fcm Notification Client To Client(phone To Phone)

I follow the tutorial in https://docs.microsoft.com/en-us/xamarin/android/data-cloud/google-messagi… Read more Xamarin Android Fcm Notification Client To Client(phone To Phone)

Inserting Firebase Date Field On Sqlite As String With Simpledateformat

I am receiving a child change from Firebase, but when I insert into SQLite, it gives me a warning. … Read more Inserting Firebase Date Field On Sqlite As String With Simpledateformat

Unable To Fetch User's Gmail Email Address Through Firebase

I'm developing an app which use Firebase` as a BaaS. I have integrated Google Sign-in and I wan… Read more Unable To Fetch User's Gmail Email Address Through Firebase

Difference Between Fcm (firebase Cloud Messaging) And Gcm? Which One Is Better For Android Push Notification?

I want to use Push notification in my app, Other things like sync with server database I had handle… Read more Difference Between Fcm (firebase Cloud Messaging) And Gcm? Which One Is Better For Android Push Notification?

How To Upload Image Url Uploaded To Fire Storage And Save It In Firestore At The Same Time Using Java

Here's my code where i can retrieve the image Url in Toast message where it is unable to save i… Read more How To Upload Image Url Uploaded To Fire Storage And Save It In Firestore At The Same Time Using Java

Android - How To Filter The Recyclerview Of Firebase?

I've recently added a searchBar to my Android Firebase app, but I really can't find how to … Read more Android - How To Filter The Recyclerview Of Firebase?

Error: Java.lang.illegalargumentexception: Parameter Specified As Non-null Is Null Firebase Transaction Kotlin

I am trying to increment an integer in Firebase database but, the app crashes. abstract class Brows… Read more Error: Java.lang.illegalargumentexception: Parameter Specified As Non-null Is Null Firebase Transaction Kotlin

Webrtc Voice Chat Using Firebase

I have never tried webrtc before. I have an application made using Firebase. Now I'm trying to … Read more Webrtc Voice Chat Using Firebase

Firebase Notification Works Even With No Service Or Inherited Class?

I implemented firebase into my app to use it's notification service a while back and it worked,… Read more Firebase Notification Works Even With No Service Or Inherited Class?

Initializing Firebase Crashlytics In Android

I have migrated Fabric Crashlytics to Firebase Crashlytics in my android project. While using fabri… Read more Initializing Firebase Crashlytics In Android

Firebase : Uploading Files Anonymously Without Authentication

Using the code below I can see files uploaded to my firebase storage account without authentication… Read more Firebase : Uploading Files Anonymously Without Authentication

How To Retain Recyclerview's Position After Orientation Change, While Using Firebase & Childeventlistener?

I'm working on a simple APOD app that implements: RecyclerView CardView Firebase Picasso The … Read more How To Retain Recyclerview's Position After Orientation Change, While Using Firebase & Childeventlistener?

Add Multiple Google-service.json File In Product Flavor

I have 3 different Firebase projects. and it has to be used in 4 google-service.json use in product… Read more Add Multiple Google-service.json File In Product Flavor

Firebase : Can't Convert Object Of Type Java.lang.string To Type Com.example.g.model.cart

I had error that said com.google.firebase.database.DatabaseException: Can't convert object of… Read more Firebase : Can't Convert Object Of Type Java.lang.string To Type Com.example.g.model.cart

Open A Specific Activity From Firebase Notification

I integrated firebase notification to my application but I would like to send a notification that o… Read more Open A Specific Activity From Firebase Notification

Rare Nullpointerexception In Googleapiclient Using Firebase

I am using GoogleApiClient to login users using their Google account. Basically, I am using Firebas… Read more Rare Nullpointerexception In Googleapiclient Using Firebase

How Can I Solve This Android Studio Firebase Problem?

I am trying to get data from Firebase to bilgiler variable. But I get error all the time. How can I… Read more How Can I Solve This Android Studio Firebase Problem?

Firebase Addlistenerforsinglevalueevent Excute Later In Loop

This's my code, i don't know why the loop finished, then addListenerForSingleValueEvent sta… Read more Firebase Addlistenerforsinglevalueevent Excute Later In Loop