flamelink / flamelink-js-sdk

🦊 Official Flamelink JavaScript SDK for both the Firebase Realtime database and Cloud Firestore
https://flamelink.github.io/flamelink-js-sdk
MIT License
43 stars 5 forks source link

You have a typo in your docs #156

Closed drewwiskus closed 3 years ago

drewwiskus commented 3 years ago

image

filters: ['category', '==' 'Some Category']

should be filters: ['category', '==', 'Some Category']

missing comma :)

drewwiskus commented 3 years ago

https://flamelink.github.io/flamelink-js-sdk/#/content?id=subscribe

^ in there