---
title: Firebase Plugins for Capacitor
description: Unofficial Capacitor plugins for Firebase SDKs to enhance your app with analytics, authentication, cloud storage, and more.
---

# Firebase Plugins

Our Capacitor Firebase plugins wrap the native Firebase SDKs behind a single JavaScript API, so you can use Firebase services in your Capacitor app across Android, iOS, and the Web.

These are unofficial, open-source plugins maintained by Capawesome. Open a plugin's page for installation steps, supported platforms, and the full API reference.

## Plugins

- [Analytics](analytics.md) — Track user interactions and events in your app.
- [App](app.md) — Initialize Firebase in your app.
- [App Check](app-check.md) — Protect your backend resources from abuse.
- [Authentication](authentication.md) — Authenticate users with email, phone, and social providers.
- [Crashlytics](crashlytics.md) — Report crashes and non-fatal errors.
- [Cloud Firestore](cloud-firestore.md) — Store and sync data in real time.
- [Cloud Functions](cloud-functions.md) — Call backend Cloud Functions from your app.
- [Cloud Messaging](cloud-messaging.md) — Receive push notifications via FCM.
- [Cloud Storage](cloud-storage.md) — Upload and download files.
- [Performance Monitoring](performance-monitoring.md) — Measure app performance and find bottlenecks.
- [Remote Config](remote-config.md) — Manage configurations and feature flags remotely.

## FAQ

### What are the Capacitor Firebase plugins?

They are packages that expose the native Firebase SDKs through a unified JavaScript API, letting you use Firebase in a Capacitor app without writing native code yourself. To learn more about the underlying services, see the [official Firebase documentation](https://firebase.google.com/docs){:target="_blank"}.

### Are these Firebase plugins free?

Yes. All Firebase plugins listed here are open source and free to use.

### Which platforms do the plugins support?

Most plugins support Android, iOS, and Web. The supported platforms are listed at the top of each plugin's documentation page.

### How do I get support?

For bugs and feature requests, open an issue on the plugin's GitHub repository. For dedicated help, see our [support options](/docs/support/).

## Next steps

- Browse all our [Capacitor plugins](../index.md).
- Add push notifications with the [Cloud Messaging](cloud-messaging.md) plugin.
- Explore [Capawesome Cloud](../../../cloud/index.md) for Live Updates, Native Builds, and App Store Publishing.
- View the source on [GitHub](https://github.com/capawesome-team){:target="_blank"}.
