Flutter Mobile OTP Verification using Firebase with Getx Package Flutter by Rajesh Kumar Sahanee - October 19, 2022October 25, 20220 Hello Friends, Today I am going to share how to do Mobile OTP Verification in Flutter using Firebase with Getx Package. GetX is an extra-light and powerful solution for Flutter. It combines high-performance state management, intelligent dependency injection, and route management quickly and practically. We will follow following steps to
Send Push Notification to Our App Using FCM in PHP Android Php by Rajesh Kumar Sahanee - April 24, 2020April 24, 20200 Hello Friends, today we'll see how to send push notification to our app using FCM in PHP. Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably send messages at no cost. Notification can be sent from Firebase Console also see screenshot below but if we want
Download & Upload File to Firebase Storage using Javascript API Javascript by Rajesh Kumar Sahanee - April 15, 2020April 27, 20200 Hello Friends, today we are going to learn how to download & upload file to firebase storage using Javascript API. Cloud Storage is built for app developers who need to store and serve user-generated content, such as photos or videos. To use firebase cloud storage in our project we first
Multiple Filters and Sorting with Firebase Database in Android Android by Rajesh Kumar Sahanee - March 16, 2020April 14, 20200 Hello Friends, we have already seen how to make multiple filters and sorting in android before but today we are going to see multiple filters and sorting with Firebase Database in Android. I am sharing this because one of our visitor asked for. Firebase currently offers two types of database
Firebase Cloud Firestore Database Example in Android Android by Rajesh Kumar Sahanee - March 15, 2020April 14, 20200 Hello Friends, today we are going to see Firebase Cloud Firestore database example in Android. Cloud Firestore is a NoSQL flexible, scalable database for mobile, web, and server development from Firebase and Google Cloud Platform. To use cloud firestore in our android project we first need to setup project and