Hello,
I am trying to authenticate with firebase/php-jwt but I can't able to authenticate with this.
As per your tutorial the following JS code is mentionedconst token = jsonwebtoken.sign(payload, apiAuthToken, jwtOpts);
In PHP firebase jwt I can't understand where should I pass auth token because the structure is very different and it's not helpful at all, Please guide me it would be very appreciable
Thanks!!