DEV Community

Cover image for How can I secure a NestJS & Firebase API?
Achraf Taffah
Achraf Taffah

Posted on

How can I secure a NestJS & Firebase API?

I'm a Spring/React developer, but this week I have the opportunity to analyze and develop a Firebase/NestJS app. My question is, how can I secure my API by attaching specific roles to users? I've searched through numerous websites, but the information I've found is very limited and it's not up to date.Please, if anyone can help, I would greatly appreciate it.

Top comments (1)

Collapse
 
taffahachraf profile image
Achraf Taffah

This is the source code of the project
github.com/TAFFAHACHRAF/backend-aj...