Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

firebase-compat

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firebase-compat

Compatibility layer for the various Firebase APIs

  • 5.2.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

firebase-compat

A compatibility layer for Firebase's SDK for JavaScript, supporting Web, Web Compat, andreact-native-firebase

Usage should be almost identical to Firebase's modular SDK - simply use firebase-compat as an import.

The main goal of this project is to eliminate as much platform-specific code as possible, while minimising API changes. Sometimes this comes at the cost of performance - for example, when creating / querying documents with Date fields in them, Firebase will convert the Date to a Timestamp before sending it to the server. firebase-compat therefore needs to do a little more work when querying a document to convert the Timestamp back to a Date.

FAQs

Package last updated on 20 Mar 2024

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc