Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marienmupenda/fcm-token-generator


https://github.com/marienmupenda/fcm-token-generator

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Generate the FCM token

## 1. Add the server key to the .env file

```
FCM_SERVER_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

FIREBASE_API_KEY=
FIREBASE_PROJECT_ID=
FIREBASE_MESSAGING_SENDER_ID=
FIREBASE_MEASUREMENT_ID=
FIREBASE_APP_ID=
```

## 2. Install the dependencies

```bash
composer install
npm install
vite build
```

## 3. Run the appplication to generate the FCM token

```bash
php artisan serve
```

## 4. Screenshot

![img.png](img.png)