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

https://github.com/pyaesoneaungrgn/appcheck

Online tool for testing Firebase App Check
https://github.com/pyaesoneaungrgn/appcheck

appcheck firebase

Last synced: 2 months ago
JSON representation

Online tool for testing Firebase App Check

Awesome Lists containing this project

README

          

# Firebase App Check Tester

Verify your firebase app check token at [appcheck.pyaesoneaung.dev](https://appcheck.pyaesoneaung.dev/)

## Local Developement

If you are concerned about storing your Firebase Service Account JSON, simply clone the repository and set it up on your own.

### Installation

```bash
git clone https://github.com/PyaeSoneAungRgn/appcheck.git
cd appcheck
composer install
cp .env.example .env
php artisan key:generate
php artisan serve
```

## License

The Firebase App Check Tester is open-sourced software licensed under the [MIT license](https://opensource.org/license/mit/).