How to authenticate a firebase user from server without client side auth?

前端 未结 2 1007
北荒
北荒 2021-02-08 13:05

I have an API which uses the node admin sdk to connect and call to firebase. My clients hit my api for all the things they need. I do not want them to have to call out to fire

2条回答
  •  说谎
    说谎 (楼主)
    2021-02-08 13:30

    Just wanted to provide an update: an answer to this with undocumented REST API's can be found here: Firebase REST auth when creating token with node.js admin sdk

    If I could I would mark this as the answer.

提交回复
热议问题