Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 604 Bytes

File metadata and controls

22 lines (15 loc) · 604 Bytes

Firebase App Check Tester

Verify your firebase app check token at 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

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.