Kevin Yang

Results 3 issues of Kevin Yang

I have included the Facebook App ID in segment and the docs say that whenever you track/screen it should automatically send to Facebook without any additional installs, etc. However, I...

**ANDROID** After a toast message is set and shown, if i press the home button to exit out and then go back to the app, the toast message reappears. Does...

I'm currently using the slack sign button to authenticate. My express server currently contains this: ``` passport.serializeUser((user, done) => { done(null, user); }); passport.deserializeUser((obj, done) => { done(null, obj); });...