Tried following the instructions here:https://firebase.google.com/docs/auth/server/create-custom-tokens
to create a firebase custom token and on the server and then trying to sign in to firebase through the iOS SDK but getting this message with the custom token "The custom token corresponds to a different audience."
I am trying this use the node sdk, also tried the php route creating the token with third party jwt library. Is this broken in firebase 3.0?