Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdecker-mobilecomputing/ionic_notifikationendemo
Simple Ionic app with capacitor and Angular, that shows how to use "Firebase Cloud Messaging" (FCM, push notifications).
https://github.com/mdecker-mobilecomputing/ionic_notifikationendemo
capacitor fcm-push-notification ionic
Last synced: 5 days ago
JSON representation
Simple Ionic app with capacitor and Angular, that shows how to use "Firebase Cloud Messaging" (FCM, push notifications).
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/ionic_notifikationendemo
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2021-06-26T21:12:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T17:12:49.000Z (6 months ago)
- Last Synced: 2024-11-09T22:41:14.021Z (2 months ago)
- Topics: capacitor, fcm-push-notification, ionic
- Language: TypeScript
- Homepage:
- Size: 855 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ionic app to receive push notifications #
This repository contains a simple [Ionic](https://ionicframework.com/) app using [Capacitor](https://capacitorjs.com/) and [Angular](https://angular.io/), that demonstrates how push notifications from [Firebase Cloud Messaging (FCM)](https://firebase.google.com/docs/cloud-messaging/) can be received.
----
## Screenshots ##
![Screenshot 1](screenshot_1.png) ![Screenshot 2](screenshot_2.png)
![Screenshot 3](screenshot_3.png) ![Screenshot 4](screenshot_4.png)
----
## Download of configuration file for Android ##
In the [Firebase Console](https://console.firebase.google.com), you have to go to the corresponding project
and open the project settings:
* If not already existing, you have to create an Android app on tab "General".
* Download file `google-services.json` on the card for this app.
* Replace [this file](android/app/google-services.json) in folder `android/app/` with the file downloaded from the *Firebase Console*.
See also section "Get config file for your Android app" in [this article](https://support.google.com/firebase/answer/7015592?hl=en#zippy=%2Cin-this-article) on *support.google.com*.
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License) for the files in this repository.