TypeError: iterator1.next is not a function while working with ionic2 and firebase

I am getting an exception, when I add the firebase script

<script src="https://www.gstatic.com/firebasejs/3.1.0/firebase.js"></script>

to my empty Ionic 2 Beta.10 project

Copying error log from Chrome:
EXCEPTION: Error in ./MyApp class MyApp - inline template:0:9

browser_adapter.js:77 TypeError: iterator1.next is not a function
at Object.areIterablesEqual (collection.js:314)
at Object.devModeEqual (change_detection_util.js:9)
at checkBinding (view_utils.js:125)
at DebugAppView._View_MyApp0.detectChangesInternal (MyApp.template.js:38)
at DebugAppView.AppView.detectChanges (view.js:234)
at DebugAppView.detectChanges (view.js:339)
at DebugAppView.AppView.detectViewChildrenChanges (view.js:260)
at DebugAppView.AppView.detectChangesInternal (view.js:245)
at DebugAppView.AppView.detectChanges (view.js:234)
at DebugAppView.detectChanges (view.js:339)

Error in image


*Note :This is working in Mac System Chrome without any Exceptions but in linux Chrome it’s giving this Exceptions.

My system configurations:


Cordova CLI: 6.2.0

Ionic Framework Version: 2.0.0-beta.10

Ionic CLI Version: 2.0.0-beta.32

Ionic App Lib Version: 2.0.0-beta.18

OS: Distributor ID: Ubuntu Description: Ubuntu 14.04.4 LTS

Node Version: v5.6.0

Gulp Version : 3.9.1

1 Like