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
- Host: GitHub
- URL: https://github.com/pyaesoneaungrgn/appcheck
- Owner: PyaeSoneAungRgn
- Created: 2023-05-23T10:33:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T17:36:14.000Z (over 2 years ago)
- Last Synced: 2025-02-22T03:42:57.729Z (over 1 year ago)
- Topics: appcheck, firebase
- Language: PHP
- Homepage: https://appcheck.pyaesoneaung.dev
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).