https://github.com/devtony101/spring-firebase-auth-example
Sample spring boot project with Firebase authentication
https://github.com/devtony101/spring-firebase-auth-example
firebase firebase-auth java java-8 java8 spring spring-boot spring-security springboot
Last synced: about 1 month ago
JSON representation
Sample spring boot project with Firebase authentication
- Host: GitHub
- URL: https://github.com/devtony101/spring-firebase-auth-example
- Owner: DevTony101
- Created: 2023-06-03T15:49:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-03T16:00:01.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T10:34:40.205Z (about 1 year ago)
- Topics: firebase, firebase-auth, java, java-8, java8, spring, spring-boot, spring-security, springboot
- Language: Java
- Homepage:
- Size: 62.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Firebase Auth Example
This is a sample Spring Boot project that uses Firebase authtentication with the help of the [firebaseauth library](https://github.com/DevTony101/firebaseauth).
It has a unique endpoint `/user` with two resources, each protected with a role-based validation.