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
[2021-01-30T20:02:18.179Z] @firebase/analytics: Analytics: IndexedDB unavailable or restricted in this environment. Wrap initialization of analytics in analytics.isSupported() to prevent initialization in unsupported environments. Details: SecurityError: Failed to execute 'open' on 'IDBFactory': access to the Indexed Database API is denied in this context. (analytics/indexeddb-unavailable).
I'm trying to use firebase analytics on my figma plugin - Bridged Assistant, but i can't since figma plugin works on iframe, and the indexed db access is disabled.
But such platform like this provide its own database-like utils.
So here is my question / request.
Plans for opting out index db usage? so it can be used generally on any environment. regardless with platform.
Request: Provide middleware access so we can plug our own data storage feature. FB will only do the I/O with that provided database-like middleware.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm trying to use firebase analytics on my figma plugin - Bridged Assistant, but i can't since figma plugin works on iframe, and the indexed db access is disabled.
But such platform like this provide its own database-like utils.
So here is my question / request.
Thanks!
The text was updated successfully, but these errors were encountered: