.modernator

Results 14 issues of .modernator

Hello, I just try this with Node.js 8.9.0, but it doesn't worked. This is the code am I tried: .babelrc ```json { "presets": ["env", "flow"], "plugins": [ "transform-flow-strip-types", "babel-plugin-transform-es2015-classes", ["babel-plugin-transform-builtin-classes",...

## Checklist - [x] I've updated to the latest released version of the SDK - [x] I've searched for existing [GitHub issues](https://github.com/facebook/facebook-sdk-for-unity/issues) - [x] I've looked for existing answers on...

bug

I need to check session is empty. After session expired, using console.log of session returns {}. But when I try Object.keys(session).length, it's not 0 even there's no property in the...

Hello. Using persistor.purge doesn't clear any data in my storage. Here's the code: ```javascript const persistor = getPersistor(); await persistor.purge(); ``` getPersistor() function returns persistor, and I called purge function...

**Describe the bug** Currently, I'm collaborating on advertising my game with Google's official advertising team. Recently, they requested me to link my game with Firebase to track user events and...

bug

**Describe the bug** There's a serious flaw that calling Authenticate method doesn't invoke the callback, or invokes too lately. There are so many people facing this issue and people are...

bug

**Describe the bug** There was a huge issue a few months ago while integrating with Firebase. The authentication always failed, and all the features were broken. Somehow I fixed the...

bug

Hey, I'm using gulp + browserify + babelify combo, and when I tried below code with this module: ``` gulp.task('build', () => { return browserify({ entries: ['./src/app.js'], paths: ['./node_modules'], })...

zero explanation how to use this. only install steps exists. what the heck should i use this stuff?

This is my transition: ```jsx console.log(a.opacity.val) }> ... ``` It gives me fading animation and works fine, but every value in onLeave callback is just like this(I'm printing val property...