FirebaseExtended / angularfire

AngularJS bindings for Firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

404 error

niyoma opened this issue · comments

I have used angularfire in my cordova app
It is working fine on browser.
but when i am testing app on device it is giving me 404 error for

<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.1/angular.min.js"></script> <script src="https://www.gstatic.com/firebasejs/3.6.6/firebase.js"></script> <script src="https://cdn.firebase.com/libs/angularfire/2.3.0/angularfire.min.js"></script>

these scripts

Please help me with it.
Is angular fire is supported in cordova?
do i need to add some dependencies?

Just wanted to bump this as i'm getting the same issue here with Ionic. Do you have <access origin="*" /> in your config.xml? I thought that was the issue but still getting 404 only when I'm emulating in android.

Check that you have installed cordova-plugin-whitelist