Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

Typos in README #34

Open
pelanmar1 opened this issue May 21, 2018 · 0 comments
Open

Typos in README #34

pelanmar1 opened this issue May 21, 2018 · 0 comments

Comments

@pelanmar1
Copy link

I spotted two errors in the README example.

  1. In the first example, the admin component should include firebaseConfig instead of trackedResources:

This:
<Admin restClient={RestClient(trackedResources, clientOptions)} >
should be:
<Admin restClient={RestClient(firebaseConfig, clientOptions)} >

  1. The name of the attribute passed to the clientOptions.trackedResources object should be isPublic:true instead of public: true, according to the source code.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant