PHP code example of nathanfeitoza / firebase-tokens-php-5.6
1. Go to this page and download the library: Download nathanfeitoza/firebase-tokens-php-5.6 library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
nathanfeitoza / firebase-tokens-php-5.6 example snippets
use Kreait\Firebase\JWT\IdTokenVerifier;
use Symfony\Component\Cache\Simple\FilesystemCache;
$cache = new FilesystemCache();
$verifier = IdTokenVerifier::createWithProjectIdAndCache($projectId, $cache);
bash
composer
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.