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

@capacitor-firebase/app

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor-firebase/app

Capacitor plugin for Firebase App.

  • 6.3.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7.1K
increased by108.91%
Maintainers
0
Weekly downloads
 
Created
Source

@capacitor-firebase/app

Unofficial Capacitor plugin for Firebase App.1

Installation

npm install @capacitor-firebase/app firebase
npx cap sync

Add Firebase to your project if you haven't already (Android / iOS / Web).

Android

Variables

This plugin will use the following project variables (defined in your app’s variables.gradle file):

  • $firebaseCommonVersion version of com.google.firebase:firebase-common (default: 20.3.2)

Configuration

No configuration required for this plugin.

Demo

A working example can be found here: robingenz/capacitor-firebase-plugin-demo

Usage

import { FirebaseApp } from '@capacitor-firebase/app';

const getName = async () => {
  const result = await FirebaseApp.getName();
};

const getOptions = async () => {
  const result = await FirebaseApp.getOptions();
};

API

getName()

getName() => Promise<GetNameResult>

Get the name for this app.

Returns: Promise<GetNameResult>

Since: 0.1.0


getOptions()

getOptions() => Promise<GetOptionsResult>

Get the configuration options for this app.

Returns: Promise<GetOptionsResult>

Since: 0.1.0


Interfaces

GetNameResult
PropTypeDescriptionSince
namestringThe unique name of this app.0.1.0
GetOptionsResult
PropTypeDescriptionSince
apiKeystringAPI key used for authenticating requests from your app.0.1.0
applicationIdstringGoogle App ID used to uniquely identify an instance of an app.0.1.0
databaseUrlstringThe database root URL.0.1.0
gcmSenderIdstringThe Project Number.0.1.0
projectIdstringThe Google Cloud project ID.0.1.0
storageBucketstringThe Google Cloud Storage bucket name.0.1.0

Changelog

See CHANGELOG.md.

License

See LICENSE.

Footnotes

  1. This project is not affiliated with, endorsed by, sponsored by, or approved by Google LLC or any of their affiliates or subsidiaries.

Keywords

FAQs

Package last updated on 16 Dec 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