There was an error while loading. Please reload this page.
1 parent f767aa8 commit b3d59cdCopy full SHA for b3d59cd
.gitignore
@@ -43,3 +43,4 @@ Releases/
43
ios/Pods
44
config/development.ios.js
45
config/development.js
46
+coverage/
app/views/Analytics/Demos/LogEvent.js
@@ -15,7 +15,7 @@ export class LogEvent extends React.Component {
15
firestack.analytics.logEventWithName('simpleEvent', {
16
createdAt: new Date().getTime(),
17
from: 'FirestackApp'
18
- })
+ }).then(() => console.log('event logged'));
19
}
20
21
render() {
0 commit comments