Best of Firebase2021

  1. 1
    Article
    Avatar of changelogChangelog·5y

    A list of 70+ open source clones of popular sites

    100+ open-source clones and alternatives of popular sites like Airbnb, Amazon, Instagram, Netflix, Tiktok, Spotify, Whatsapp, Youtube, etc. List contains source code, tutorials, demo links, tech stack, and GitHub stars count. Great for learning purpose!

  2. 2
    Article
    Avatar of css_tricksCSS-Tricks·5y

    Firebase Crash Course

    Firebase is a platform that provides the infrastructure for developers and tools for marketers. While Firebase can make up the entirety of your app’s back-end, you can use each product individually as well. Each product is designed to empower a part of an application's infrastructure. Firebase also gives you insight into how your app is performing and what your users are doing.

  3. 3
    Article
    Avatar of dzDZone·4y

    Google Action With Node.js

    Google Actions can be developed using Firebase Cloud functions or a REST API endpoint. We will use the Google Actions Command Line Interface (Google actions CLI) to create, build, deploy and manage our Hello World Google Action. This post contains materials from different resources that can be seen in the Resources section. In this post, we will implement a Google Action for Google Assistant by using Node.js, yarn, and Firebase.

  4. 4
    Article
    Avatar of hashnodeHashnode·5y

    Build a Todo app in React with Supabase - The Open-Source Firebase alternative

    Supabase is a Backend-as-a-Service provider. It provides a Postgres Database, Authentication, instant APIs, real-time subscriptions, and Storage. It is built using a combination of open-source tools. You can self-host your project if you ever need it.

  5. 5
    Article
    Avatar of devtoDEV·4y

    Everything about super tokens - an open source alternative to Auth0, Firebase Auth, and AWS Cognito.

    SuperTokens is an open-source "user auth" quick to implement & easy to customize. It uses Cookies that contain an access token that expires and must be refreshed with a refresh token. It enables you to keep your users logged in for a time long in the most secure way possible.

  6. 6
    Article
    Avatar of itnextITNEXT·5y

    NoSQL does not mean !Relational

    Most data that we use has relationships of some sort. Let’s see how we create and reference relational data in MySQL vs something like Google Cloud Firestore. I’ll use a food ordering app that has users , restaurants , dishes and orders. In Firestore, they store documents in collections rather than tables.

  7. 7
    Article
    Avatar of logrocketLogRocket·5y

    Firebase vs. Supabase: Which is better?

    Backend-as-a-Service (BaaS) is a service model in which developers outsource all the behind-the-scenes aspects of web or mobile development. Over the last decade, we’ve seen the rise of companies offering these services, including Firebase, Supabase, Parse, Back4app, and AWS Amplify. We’ll start by exploring each platform individually, then compare Firebase vs. Supabase.

  8. 8
    Article
    Avatar of hashnodeHashnode·5y

    How I built ChatCube with Next.js, TailwindCSS, Clerk and Firebase and a walkthrough of the app

    ChatCube is an open-source 1:1 chat app that I built for the Clerk x Hashnode hackathon. You can sign up using your email, Google, GitHub, or Facebook. To send a message just click on the name of the person you want to send the message. Emoji mart is being used for all the emojis.

  9. 9
    Article
    Avatar of hnHacker News·4y

    supabase/supabase: The open source Firebase alternative. Follow to stay updated about our public Beta.

    Supabase is an open source Firebase alternative. We’re building the features of Firebase using enterprise-grade open source tools. You can sign up and start using Supabase without installing anything. We are currently in Public Beta. Watch "releases" of this repo to get notified of major updates.

  10. 10
    Article
    Avatar of medium_jsMedium·4y

    Building a video chat app with WebRTC & firebase

    WebRTC is a free and open-source project providing real-time communication via application programming interfaces. WebRTC uses VoIP techniques to get the media processed and sent over the SRTP (Secure Real-time Transfer Protocol) — the secure and encrypted version of RTP. You can also transfer data using RTCDataChannel.