You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

firebase-auth-sdk

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firebase-auth-sdk

A lightweight TypeScript wrapper for Firebase Authentication REST API. This package provides a simple interface to interact with Firebase Authentication services without the full Firebase SDK dependency.

0.0.4
Source
npmnpm
Version published
Weekly downloads
13
-53.57%
Maintainers
0
Weekly downloads
 
Created
Source

Firebase Auth SDK

A lightweight TypeScript wrapper for Firebase Authentication REST API. This package provides a simple interface to interact with Firebase Authentication services without the full Firebase SDK dependency.

Installation

npm install firebase-auth-sdk

Features

  • User authentication (sign up, sign in)
  • Token management (refresh tokens, validate tokens)
  • Profile management
  • Password reset functionality
  • Authentication state verification

Usage

import { FirebaseAuthSDK } from "firebase-auth-sdk";

const auth = new FirebaseAuthSDK("your-api-key");

Error Handling

The SDK throws HttpError for API-related errors, which includes:

  • Status code
  • Error message
  • Additional error data (when available)

Types

The package includes TypeScript definitions for all responses from Firebase Authentication API, including:

  • FirebaseUser
  • FirebaseSignupResponse
  • FirebaseRefreshTokenResponse
  • FirebaseUpdateProfileResponse
  • LookupInfoResponse

License

MIT License

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

FAQs

Package last updated on 06 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.