Javascript library for Firebase Auth SDK
Polymer Gerator with Firebase auth roles
A user account frontend with firebase auth ui
Allows users to authenticate with Firebase Auth to Shop-API
The Firebase Authenticaton component of the Firebase JS SDK.
Higher Order Component for integrating Firebase with a React Component
FirebaseAuth compatibility package that uses API style compatible with Firebase@8 and prior versions
@firebase/auth interop Types
The Hasura with Firebase auth template for Create Full Stack.
@firebase/auth Types
Framework-agnostic commercial integration package for AIOS with Firebase Auth, Stripe billing, and LangGraph integration. Works with any JavaScript environment.
React Native Firebase - The authentication module provides an easy-to-use API to integrate an authentication workflow into new and existing applications. React Native Firebase provides access to all Firebase authentication methods and identity providers.
Command-Line Interface for Firebase
Next.js Firebase Authentication for Edge and server runtimes. Compatible with latest Next.js features.
Javascript library for customizable UI on top of Firebase SDK
_NOTE: This is specifically tailored for Firebase JS SDK usage, if you are not a member of the Firebase team, please avoid using this package_
The Cloud Firestore component of the Firebase JS SDK.
The Cloud Firestore component of the Firebase JS SDK.
React wrapper for firebaseui: Javascript library for customizable UI on top of Firebase SDK
A wrapper of the webchannel packages from closure-library for use outside of a closure compiled application
React Hooks for Firebase
Full-stack React/Node starter boilerplate with Firebase auth
This is the Firebase Realtime Database component of the Firebase JS SDK.
The Realtime Database component of the Firebase JS SDK.
Description of Firebase::Auth::Rails.
this is used firebase console automatic
Verify ID Token
Firebase Authentication API wrapper for serverside. It support custom token auth. Of course it has id_token verify feature.
Firebase Ruby Auth
Small gem which verifies your firebase auth ID token in server side
Enigma is a lightweight Ruby gem designed to verify passwords hashed using Firebase's custom scrypt-based algorithm, making it ideal for seamless integrations and migrations involving Firebase authentication systems. It provides a secure, efficient way to compare a user-provided password against a stored hash without exposing sensitive details, ensuring constant-time comparisons to mitigate timing attacks. Key features include: - Full compatibility with Firebase Authentication's password hashing logic, combining scrypt with AES-256-CTR encryption for signing. - Configurable parameters for scrypt (rounds, memory cost), signer keys, and salt separators. - Secure practices using OpenSSL's fixed-length comparisons. - Support for custom logging, with easy integration into Rails or other frameworks. - Minimal dependencies, relying on the 'scrypt' gem alongside Ruby's standard library. A common use case is migrating users from Firebase to systems like Devise in Ruby on Rails. During migration, extract the user's base64-encoded salt and stored hash from Firebase, then use Enigma to verify the input password. If it matches, set the raw password in Devise to generate a new hash, avoiding forced resets and ensuring a smooth transition. Whether for custom auth systems, password audits, or hybrid setups, Enigma simplifies secure verification while prioritizing ease of use.