https://github.com/u1aryz/firebase-auth-token-copy-ui
Firebase Authentication ID Token Copying Web Application
https://github.com/u1aryz/firebase-auth-token-copy-ui
firebase firebase-auth react vite
Last synced: 2 months ago
JSON representation
Firebase Authentication ID Token Copying Web Application
- Host: GitHub
- URL: https://github.com/u1aryz/firebase-auth-token-copy-ui
- Owner: u1aryz
- License: mit
- Created: 2023-05-13T07:01:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T02:16:03.000Z (about 3 years ago)
- Last Synced: 2025-08-20T05:46:28.235Z (11 months ago)
- Topics: firebase, firebase-auth, react, vite
- Language: TypeScript
- Homepage:
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firebase Authentication ID Token Copying Web Application
## Overview
This application is designed to help you quickly and easily copy Firebase Authentication ID Tokens. It's a convenient tool for developers working with Firebase, allowing them to test or debug user-related functionality in their Firebase applications.

## Installation
First, clone the repository:
```bash
git clone https://github.com/u1aryz/firebase-auth-token-copy-ui.git
cd firebase-auth-token-copy-ui
```
Next, install the necessary dependencies:
```bash
pnpm install
```
## Configuration
Before starting the application, you need to set up your Firebase project and get your configuration details.
```bash
cp .env.example .env
```
Enter your Firebase configuration.
## Usage
To start the application, run:
```bash
pnpm run dev
```
You can then access the web application at http://localhost:5173 by default.
To copy a Firebase Authentication ID Token, follow these steps:
1. Click `Login by Google`
2. Click `Copy`
Please note: This application is intended for testing and debugging purposes. It should not be used in production environments.
## License
[MIT](LICENSE) © [u1aryz](https://u1aryz.com)