react-query-firebase icon indicating copy to clipboard operation
react-query-firebase copied to clipboard

Basic Example for querying firestore collections duplicate variable

Open raphrstuff opened this issue 3 years ago • 1 comments
trafficstars

The example here under Basic Example imports "query" but also declares a const query in the function body causing this example not to work.

raphrstuff avatar Sep 01 '22 18:09 raphrstuff

It also gives an error:

Uncaught ReferenceError: Cannot access 'query' before initialization

If I move the query before the function it works, but then I am not able to give it where variables.

Molnfront avatar Nov 23 '22 16:11 Molnfront