Spring-Boot-starter
Spring-Boot-starter copied to clipboard
can you provide a bit of how to test the end point ?
can you provide a bit of how to test the end point?
Thanks in advance.
Hi, it is fairy simple thing.
Once you obtain the firebase token you just call the register API, this registers the user and allows normal api calls.
After you register the user calling any rest api is simple with firebase auth header X-Authorization-Firebase
You can ceheck the register API and Filter for more details.
Very appreciate for response, sorry for the beginner question.
I have set up project up running. but I am don't understand how to make test, how to get the a firebaseToken , I have also post /api/open/firebase/signup since this function need to pass firebaseToken into header, but how can I can this firebaseToken?
Hi, check this link https://teamtreehouse.com/community/how-to-get-firebase-user-token-from-anywhere-in-an-app .
hello, how can i get firebaseToken to test post api /api/open/firebase/signup in postman?