firebase_verify_id_tokens

Last updated:

0 purchases

firebase_verify_id_tokens Image
firebase_verify_id_tokens Images
Add to Cart

Description:

firebase verify id tokens

This package verifies that a Firebase token ID is valid and gives you the UID
of the user.
Features #

verify Firebase token ID
extract user's UID from token

Getting started #
All you need to known is the firebase project id that your users are logging
into.
Usage #
final firebaseTokenVerifier = FirebaseVerifyTokenId('firebase_project_id');
final uid = await firebaseTokenVerifier.getUidFromToken('JWT_token');
print('Hello user $uid');
copied to clipboard
Additional information #
The method of verifying the token is based on the method described in the
Firebase documentation here.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.