![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@capacitor-firebase/app
Advanced tools
Unofficial Capacitor plugin for Firebase App.1
npm install @capacitor-firebase/app firebase
npx cap sync
Add Firebase to your project if you haven't already (Android / iOS / Web).
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
)No configuration required for this plugin.
A working example can be found here: robingenz/capacitor-firebase-plugin-demo
import { FirebaseApp } from '@capacitor-firebase/app';
const getName = async () => {
const result = await FirebaseApp.getName();
};
const getOptions = async () => {
const result = await FirebaseApp.getOptions();
};
getName() => Promise<GetNameResult>
Get the name for this app.
Returns: Promise<GetNameResult>
Since: 0.1.0
getOptions() => Promise<GetOptionsResult>
Get the configuration options for this app.
Returns: Promise<GetOptionsResult>
Since: 0.1.0
Prop | Type | Description | Since |
---|---|---|---|
name | string | The unique name of this app. | 0.1.0 |
Prop | Type | Description | Since |
---|---|---|---|
apiKey | string | API key used for authenticating requests from your app. | 0.1.0 |
applicationId | string | Google App ID used to uniquely identify an instance of an app. | 0.1.0 |
databaseUrl | string | The database root URL. | 0.1.0 |
gcmSenderId | string | The Project Number. | 0.1.0 |
projectId | string | The Google Cloud project ID. | 0.1.0 |
storageBucket | string | The Google Cloud Storage bucket name. | 0.1.0 |
See CHANGELOG.md.
See LICENSE.
This project is not affiliated with, endorsed by, sponsored by, or approved by Google LLC or any of their affiliates or subsidiaries. ↩
FAQs
Capacitor plugin for Firebase App.
The npm package @capacitor-firebase/app receives a total of 5,713 weekly downloads. As such, @capacitor-firebase/app popularity was classified as popular.
We found that @capacitor-firebase/app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.