Category: Firebase
Environment variables in the cloud functions allows you to set/get key values at the time of deployment which can later be used in the code through environment variables. Firebase …
Firebase Cloud Messaging (FCM) is a free service offered by Google to send and receive cross platform messages. One of the primary example of FCM is Android application exchanging …
SafetyNet reCaptcha is used to protect your app, forms, website from spams and malicious traffic. reCAPTCHA provides a mechanism to safeguard from spam like bots or from misuse of …
Facebook Account Kit provides two types of client side authentication via access token and authorization code. Access tokens are long lived which means your app can use these tokens …
In this tutorial we are going to see how we can enable Firebase Cloud functions. Firebase Cloud Functions let us run custom logic code in Google supported backend. Firebase …
Facebook Account Kit is a reliable and easy way to quickly register or authenticate users in your app. Like Firebase Authentication, Account Kit provides phone number or email address …
In almost all of the applications there is a requirement to save or store data in database. In Android we can use SQLite database or database hosted remotely. Google …
Firebase is a backend service which provides various services like database, cloud functions, storage.Cloud Storage for Firebase allows secure cloud storage of files, user generated content like images, audio. Firebase …
This is a beginners guide to use Firebase Realtime Database in Android. Firebase is backend as a service which provides easy to use services like realtime database, storage, authentication …