You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an API key is invalid, no future requests will respond anything other than 401. That should be cached in the sender (because the sender depends on the API key), so we don't need to make more requests to get that result.
If an API key is invalid, no future requests will respond anything other than 401. That should be cached in the sender (because the sender depends on the API key), so we don't need to make more requests to get that result.
See Checking the validity of an API key in the GCM documentation.
The text was updated successfully, but these errors were encountered: