I have a firebase project using some auth features but now I wish to add some functionality that is only available in firebase using admin sdk. as far as I know, admin sdk cannot run directly in front end so I have thought about integrating nuxtjs to run a local-ish server. I was wondering if it is possible to add nuxtJs to my existing project and if yes, how would I go about adding it to run the admin sdk locally?
Asked
Active
Viewed 145 times
0

Frank van Puffelen
- 565,676
- 79
- 828
- 807

Wasiq Bin Zahid
- 79
- 1
- 6
-
1Give a read to that one: https://stackoverflow.com/a/67604708/8816585 – kissu Sep 21 '22 at 14:00