We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de746b commit d573cc6Copy full SHA for d573cc6
README.md
@@ -432,7 +432,7 @@ Wouldn't it be nice to send analytics about your app usage from your users? Well
432
#### logEventWithName()
433
434
```javascript
435
-firestack.logEventWithName("launch", {
+firestack.analytics.logEventWithName("launch", {
436
'screen': 'Main screen'
437
})
438
.then(res => console.log('Sent event named launch'))
0 commit comments