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
We are adding a new feature to docs.flutter.dev to show an interactive tooltip when hovering over API docs links. For this we need to fetch the api docs on the client, which is currently blocked by a missing CORS header on api.flutter.dev.
Concept:
We should consider adding the missing CORS header to the firebase.json file.