You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser version: Default webview for Android 4.4.4 stock
Firebase SDK version: 5.5.1
Firebase Product: database
[REQUIRED] Describe the problem
Steps to reproduce:
Simply add firebase database version 5.5.1 to a webview project (Cordova/Phonegap) and firebase will fail to initialize throwing the following error:
Uncaught SyntaxError: In strict mode code, functions can only be declared at top level or immediately within another function. firebase-database.js:1
Uncaught TypeError: Object [object Object] has no method 'database' firebase.js:14
This does not happen in the previous version that I was using, version 4.6.2 of firebase. The version 4.6.2 works completely fine in Android 4.4.4
The text was updated successfully, but these errors were encountered:
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
Steps to reproduce:
Simply add firebase database version 5.5.1 to a webview project (Cordova/Phonegap) and firebase will fail to initialize throwing the following error:
Uncaught SyntaxError: In strict mode code, functions can only be declared at top level or immediately within another function. firebase-database.js:1
Uncaught TypeError: Object [object Object] has no method 'database' firebase.js:14
This does not happen in the previous version that I was using, version 4.6.2 of firebase. The version 4.6.2 works completely fine in Android 4.4.4
The text was updated successfully, but these errors were encountered: