šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

firebase-admin

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firebase-admin

0.3.0
Rubygems
Version published
Maintainers
1
Created
Source

Firebase Admin

A ruby wrapper for the Firebase Admin APIs.

Example

# Initial global configuration
FirebaseAdmin.configure do |config|
  config.project_id = "YOUR_PROJECT_ID"   
end

# Client specific configuration 
client = FirebaseAdmin.client(access_token: "")

# API call
response = client.create_account(
    email: "",
    ...
)

FAQs

Package last updated on 29 Sep 2022

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