I'm new to GCP, i found that identity platform is similar to cognito userpool in AWS. So that I have created few users in Identity platform (GCIP), able to authorize them with firebase script provided. I'm able to get the access token for the valid user present in Identity platform. By using that token I'm unable to access the Authorised cloud function.
Please suggest the steps to access the authorized cloud function for the users who are there in Identity platform.