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
{{ message }}
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.
The name of the attribute passed to the clientOptions.trackedResources object should be isPublic:true instead of public: true, according to the source code.
The text was updated successfully, but these errors were encountered:
I spotted two errors in the README example.
firebaseConfig
instead oftrackedResources
:This:
<Admin restClient={RestClient(trackedResources, clientOptions)} >
should be:
<Admin restClient={RestClient(firebaseConfig, clientOptions)} >
clientOptions.trackedResources
object should beisPublic:true
instead ofpublic: true,
according to the source code.The text was updated successfully, but these errors were encountered: