firebase-auth

Top 23 firebase-auth Open-Source Projects

firebase-auth
  • SuperTokens Community

    Open source alternative to Auth0 / Firebase Auth / AWS Cognito

  • Project mention: Ask HN: Simple Auth for Website | news.ycombinator.com | 2024-04-23

    I get what you are trying to do, but it feels a bit insecure. Why not use an OSS passwordless project like https://github.com/supertokens/supertokens-core/ or https://github.com/teamhanko/hanko

  • 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

  • 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
  • material-kit-react

    React Dashboard made with Material UI’s components. Our pro template contains features like TypeScript version, authentication system with Firebase and Auth0 plus many other

  • 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();

  • flutter_twitter_clone

    Fully functional Twitter clone built in flutter framework using Firebase realtime database and storage

  • 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.

  • react-most-wanted

    React starter kit with "Most Wanted" application features

  • 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
  • Firebase Admin SDK for PHP

    Unofficial Firebase Admin SDK for PHP

  • firebase-admin-node

    Firebase Admin Node.js SDK

  • Project mention: Firebase Needs More Compatibility for JavaScript Environments | dev.to | 2024-05-12

    GitHub

  • firebase-admin-go

    Firebase Admin Go SDK

  • firebase-admin-python

    Firebase Admin Python SDK

  • laravel-firebase

    A Laravel package for the Firebase PHP Admin SDK

  • firebase-kotlin-sdk

    A Kotlin-first SDK for Firebase

  • Messenger Chat with Firebase

    Messenger Clone - Real-time iOS Chat with Firebase Firestore written in Swift

  • InternalAppStore

    📦 Manage your own internal Android App Store.

  • GodotFirebase

    Implementations of Firebase for Godot using GDScript

  • Project mention: Problem with installing plugins | /r/godot | 2023-07-11

    I’m trying to install the Firebase addons from https://github.com/GodotNuts/GodotFirebase/tree/main/addons but once I add them to my Godot project and try to enable them I get this error “Unable to load addon script from path: 'res://addons/godot-firebase/plugin.gd'. This might be due to a code error in that script.” I can’t figure out what’s wrong any help would be appreciated, it also has the same error for the other two plugins I got from the addons

  • MakeItSo

    This is the source code for Make It So, the sample app accompanying my blog post "Replicating the iOS Reminders App Using SwiftUI and Firebase"

  • react-admin-firebase

    A firebase data provider for the react-admin framework

  • stripe-firebase-extensions

    Repository of Firebase Extensions built by Stripe.

  • Project mention: Google just killed Firebase stripe extensions – zero warning | news.ycombinator.com | 2023-08-15

    (I'm a Stripe employee)

    Google didn't kill the extension, instead the Stripe team transferred ownership of the Github repo and extension over to Invertase. More details here: https://github.com/invertase/stripe-firebase-extensions/issu...

    We recommend you uninstall the Stripe version and install the Invertase version instead: https://extensions.dev/extensions/invertase/firestore-stripe...

    I'll make sure we update the Stripe version to have a more prominent note about the transfer in the README.

  • next-firebase-ssr

    An Next.js example repo for building authenticated pages with Firebase Authentication, cookies, and getServerSideProps

  • react-query-firebase

    React Query hooks for managing asynchronous operations with Firebase. Supports Authentication, Analytics, Firestore & Realtime Database.

  • capacitor-firebase

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

  • firebase-admin-dotnet

    Firebase Admin .NET SDK

  • 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-auth related posts

  • Firebase Needs More Compatibility for JavaScript Environments

    2 projects | dev.to | 12 May 2024
  • [React] Passing environment variables to service workers

    1 project | dev.to | 17 Jan 2024
  • ayuda con orientacion

    2 projects | /r/devsarg | 9 Dec 2023
  • Upload AVfoundation picture to firebase

    1 project | /r/SwiftUI | 8 Dec 2023
  • Phone Otp login using react Js

    1 project | dev.to | 25 Aug 2023
  • Google just killed Firebase stripe extensions – zero warning

    2 projects | news.ycombinator.com | 15 Aug 2023
  • Angular Fire equivalent for React?

    3 projects | /r/reactjs | 12 Jul 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 7 Jun 2024
    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. Learn more →

Index

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

Project Stars
1 SuperTokens Community 12,070
2 Firebase 5,362
3 material-kit-react 5,213
4 firebase-js-sdk 4,747
5 flutter_twitter_clone 3,708
6 react-firebase-hooks 3,542
7 react-most-wanted 2,426
8 Firebase Admin SDK for PHP 2,158
9 firebase-admin-node 1,591
10 firebase-admin-go 1,110
11 firebase-admin-python 978
12 laravel-firebase 980
13 firebase-kotlin-sdk 947
14 Messenger Chat with Firebase 751
15 InternalAppStore 503
16 GodotFirebase 493
17 MakeItSo 477
18 react-admin-firebase 455
19 stripe-firebase-extensions 418
20 next-firebase-ssr 423
21 react-query-firebase 371
22 capacitor-firebase 360
23 firebase-admin-dotnet 356

Sponsored
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.io