A plugin to work with Firebase tokens.
As of April 2026, Verify ID Tokens is a WordPress firebase plugin with 0 active installations and a 0/5 rating0. It has been downloaded 1.0K+ times in total. Requires WordPress 4.7.0+ and PHP false+. Available on WordPress.org since 2019. Last updated 7 years ago — may have compatibility concerns. Top alternative: Integrate Firebase.
If your Firebase client app communicates with a custom backend server, you might need to identify the currently signed-in user on that server.
This plugin work with Google Firebase tokens. You can use it to verify ID Tokens.
When the plugin is activated, a new namespace is added
/verify-id-tokens/v1/
Also, a new endpoint is added to this namespace
/verify-id-tokens/v1/token/validate | POST
Most of the shared hosting has disabled the HTTP Authorization Header by default.
To enable this option you’ll need to edit your .htaccess file adding the follow
RewriteEngine on
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]
To enable this option you’ll need to edit your .htaccess…
| WordPress | 4.7.0+ requiredTested up to 5.1.22 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.