robingenz / capacitor-firebase-plugin-demo

⚡️ Simple Ionic Angular app to demonstrate the use of certain Capacitor Firebase plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

capacitor-firebase-plugin-demo

GitHub Workflow Status

⚡️ Simple Ionic Angular app to demonstrate the use of certain Capacitor plugins.

Plugins

The following plugins are included:

Development Setup 💻

Prerequisites

Getting Started

Clone this repository:

git clone https://github.com/robingenz/capacitor-firebase-plugin-demo.git

Change to the root directory of the project:

cd capacitor-firebase-plugin-demo

Install all dependencies:

npm i

On Android and iOS, add a Firebase configuration file (Android / iOS).
On the Web, you need to update the src/environment/environment.ts and src/environment/environment.prod.ts files with your config values from the Firebase Console.

Prepare and launch the Android app:

npx ionic cap sync android
npx ionic cap run android

Prepare and launch the iOS app:

npx ionic cap sync ios
npx ionic cap run ios

This project uses Ionic as app development platform and the Ionic CLI.

License

See LICENSE.

About

⚡️ Simple Ionic Angular app to demonstrate the use of certain Capacitor Firebase plugins.

License:MIT License


Languages

Language:TypeScript 59.1%Language:HTML 20.6%Language:SCSS 9.3%Language:Swift 4.4%Language:JavaScript 2.5%Language:Ruby 2.5%Language:Java 1.5%