- This application prints the tokens generated by Firebase Authentication in readable format.
- ID tokens are only decoded, not verified.
- Email or password you entered will never be sent to any outside network except Firebase.
- This is a developer tool. Do not use for your end users.
cp .env.example .env.local
NEXT_PUBLIC_FIREBASE_API_KEY=
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=
NEXT_PUBLIC_FIREBASE_DATABASE_URL=
NEXT_PUBLIC_FIREBASE_PROJECT_ID=
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
NEXT_PUBLIC_FIREBASE_APP_ID=
npm i
npm run dev