firebase-authentication

Top 23 firebase-authentication Open-Source Projects

  • Firebase

    Firebase SDK for Apple App Development

  • Project mention: Google Groups ending support for Usenet | news.ycombinator.com | 2023-12-15

    https://github.com/firebase/firebase-ios-sdk/issues/6115

    https://github.com/material-components/material-components-w...

    Two examples that come to mind but there are plenty

  • firebase-js-sdk

    Firebase Javascript SDK

  • Project mention: [React] Passing environment variables to service workers | dev.to | 2024-01-17

    // public/firebase-messaging-sw.js // Give the service worker access to Firebase Messaging. // Note that you can only use Firebase Messaging here. Other Firebase libraries are not available in the service worker. importScripts('https://www.gstatic.com/firebasejs/8.10.1/firebase-app.js'); importScripts('https://www.gstatic.com/firebasejs/8.10.1/firebase-messaging.js'); // Initialize the Firebase app in the service worker by passing in your app's Firebase config object. // https://firebase.google.com/docs/web/setup#config-object firebase.initializeApp({ apiKey: 'api-key', authDomain: 'project-id.firebaseapp.com', databaseURL: 'https://project-id.firebaseio.com', projectId: 'project-id', storageBucket: 'project-id.appspot.com', messagingSenderId: 'sender-id', appId: 'app-id', measurementId: 'G-measurement-id', }); // Retrieve an instance of Firebase Messaging so that it can handle background messages. const messaging = firebase.messaging();

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • react-firebase-hooks

    React Hooks for Firebase.

  • Project mention: firereact VS react-firebase-hooks - a user suggested alternative | libhunt.com/r/firereact | 2024-02-05

    A little bit fatter in terms of size and not actively maintained.

  • Firebase Admin SDK for PHP

    Unofficial Firebase Admin SDK for PHP

  • firebase-admin-node

    Firebase Admin Node.js SDK

  • Project mention: The State of Angular SSR Deployment in 2024 | dev.to | 2024-03-02

    Google has an Edge Network, but they push serverless functions like Cloud Run, which is also what version 2 of Firebase Cloud Functions use. Firebase Functions need a Version 3, which is built on the Edge. However, first Firebase, specifically firebase-admin would need to work on the edge. Google, who makes Angular, might then be able to compete better for deployment options. Cold Starts are terrible and should die IMHO, unless you have have specific use cases for them.

  • next-firebase-auth

    Simple Firebase authentication for all Next.js rendering strategies

  • Project mention: next-firebase-auth vs next-firebase-auth-edge | /r/nextjs | 2023-06-29

    Hey I was just wondering what the main differences are between next-firebase-auth and next-firebase-auth-edge They seem incredibly similar and I decided to go with auth-edge, but I was wondering if anyone has experience with the other library and what the main differences are. I am unfamiliar with security and dealing with auth tokens inside the browser's cookies, so I would like to have a better understanding of these tools and the pros and cons. Thanks in advance!

  • firebase-admin-python

    Firebase Admin Python SDK

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • laravel-firebase

    A Laravel package for the Firebase PHP Admin SDK

  • quickstart-unity

    Firebase Quickstart Samples for Unity

  • Project mention: There's an almost 5-year-old bug in the Firebase js SDK that leaks 2 event listeners every second | /r/programming | 2023-05-22
  • firebase-authentication-dotnet

    C# library for Firebase Authentication

  • capacitor-firebase

    ⚑️ Firebase plugins for Capacitor. Supports Android, iOS and the Web.

  • Firebase-Flutter-tutorials

    Repository containing source code for the tutorials made using Firebase with Flutter

  • firebase-cpp-sdk

    Firebase C++ SDK

  • vue-firebase-auth-vuex

    Vue FirebaseπŸ”₯ Authentication with Vuex

  • AngularMaterialFirebase

    :fire: Full stack starter app with Angular 8, Material Design and Firebase (+ demo)

  • firebase-unity-sdk

    The Firebase SDK for Unity

  • tanam

    Plug-n-play CMS for websites on Firebase

  • sveltekit-example

    Example showing SvelteKit used with Firebase

  • firebase-discord-oauth2-example

    An example of how to setup Discord, or any external oAuth2 provider, with your Firebase app.

  • firebase-rest-api

    A simple python wrapper for Google's Firebase REST API's.

  • Project mention: Facing errors while importing module in android app | /r/kivy | 2023-07-06
  • The-SwiftUI-Tutorials

    Swift, GO (Golang) , SwiftUI, UIKit Tutorials.πŸ“²πŸ’»πŸ–₯

  • FinMan

    Simple income and expense tracking app with Firebase support.

  • api-example-firebase-admin-nodejs

    A Node.js REST API example that uses Firebase Admin, built with Express and Typescript that can be used as template for the creation of new servers.

  • Project mention: I created a Node.js REST API example for Firebase Cloud Functions, built with TypeScript, it includes Event Triggers (2nd gen) | /r/Firebase | 2023-12-06

    This project is an improvement of my previous one, with changes designed especially for Firebase Cloud Functions, check it out: https://github.com/RodrigoBertotti/firebase-cloud-functions-typescript-example

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

firebase-authentication related posts

  • [React] Passing environment variables to service workers

    1 project | dev.to | 17 Jan 2024
  • Phone Otp login using react Js

    1 project | dev.to | 25 Aug 2023
  • next-firebase-auth vs next-firebase-auth-edge

    2 projects | /r/nextjs | 29 Jun 2023
  • Biometric web authentication into Firebase in mins πŸ”πŸš€

    1 project | /r/reactjs | 22 Jun 2023
  • Passkeys into firebase πŸ”πŸš€

    1 project | /r/Firebase | 13 Jun 2023
  • Auth during use on serverside (with firebase security rules).

    1 project | /r/Firebase | 3 Jun 2023
  • transfering image from from app to api

    1 project | /r/Kotlin | 29 May 2023
  • A note from our sponsor - SurveyJS
    surveyjs.io | 5 May 2024
    With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js. Learn more β†’

Index

What are some of the best open-source firebase-authentication projects? This list will help you:

Project Stars
1 Firebase 5,219
2 firebase-js-sdk 4,726
3 react-firebase-hooks 3,535
4 Firebase Admin SDK for PHP 2,132
5 firebase-admin-node 1,579
6 next-firebase-auth 1,322
7 firebase-admin-python 965
8 laravel-firebase 965
9 quickstart-unity 816
10 firebase-authentication-dotnet 367
11 capacitor-firebase 353
12 Firebase-Flutter-tutorials 269
13 firebase-cpp-sdk 267
14 vue-firebase-auth-vuex 260
15 AngularMaterialFirebase 227
16 firebase-unity-sdk 190
17 tanam 180
18 sveltekit-example 155
19 firebase-discord-oauth2-example 115
20 firebase-rest-api 48
21 The-SwiftUI-Tutorials 32
22 FinMan 24
23 api-example-firebase-admin-nodejs 24

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com