Specifically I'm looking to verify a token received from the client using auth.verify_id_token(..)
. I tried the pyrebase package however ..
AttributeError: Auth instance has no attribute 'verify_id_token'
The docs seem insufficient. A pointer to a complete example would be appreciated.