Best of FirebaseSeptember 2023

  1. 1
    Article
    Avatar of supabaseSupabase·3y

    Supabase Blog: Open Source Firebase alternative Blog

    Supabase Beta October 2022 introduces new SDKs, quickstarts, Functions tricks, and announces the date for Launch Week 6.

  2. 2
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    Real-time Chat App built with React Native

    Real-time Chat App built with React Native React Native App AncaChat. Use to build native navigation using files in the expo-router directory. To run this app on your phone paste this in Expo Go app.

  3. 3
    Article
    Avatar of firebase-developersFirebase Developers·3y

    Sending Push Notifications for Chat Messages

    We will use Firebase Cloud Messaging FCM and Cloud Functions for Firebase to achieve this goal. In our app project, we need to add the Push Notification capability and configure the Firebase Messaging in the file. This is to tell FCM to send a notification whenever a change happens in our Firebase database.