In the function that triggers when firebase user is created, I want to send a request to my rest api server. How could I get the Firebase ID Token and attach to the api request for verifying step in my api server?
            Asked
            
        
        
            Active
            
        
            Viewed 281 times
        
    0
            
            
        - 
                    Are you trying to get the newly added user ID? – Diego P May 18 '17 at 13:23
 - 
                    In that case why not just make the REST API call from the client directly? you have the ID token there already. – bojeil May 19 '17 at 04:08