Skip to main content

All Questions

Tagged with
0 votes
1 answer
682 views

How to upgrade cordova-plugin-ionic-webview from 1.2.1 to 5.0.0 without data loss

By upgrading cordova-plugin-ionic-webview 1.2.1 to 5.0.0 the firebase user gets logged out automatically on android devices. It worked properly on ios devices even after upgrading the webview to 5.0.0....
Foram Sangani's user avatar
1 vote
0 answers
174 views

TypeScript compilation error with Firebase 5.9.0

I am enhancing an Ionic-Angular 3.9.2 PWA app that uses Firebase. I am trying to add Apple Signin as a feature into this app. I am following the approach for the integration as documented here: https:/...
Shyam Nagarajan's user avatar
0 votes
2 answers
233 views

How to get newly created auto generated ID from angularfire2 cloud firestore

I am trying to get the auto generated ID from firestore after it have been freshly created but I don't know why when I console.log(ref), it is undefined, please have a look at my codes: import { ...
wolnavi's user avatar
  • 193
0 votes
0 answers
152 views

Firebase Facebook Login ionic3

i have problem with Facebook Firebase login i get an error message i have implement this code loginFacebook() { this.afAuth.auth.signInWithPopup(new firebase.auth.FacebookAuthProvider()).then(res =...
mohamed letaief's user avatar
1 vote
1 answer
65 views

AngularFire2: TypeError: Object(...) is not a function using rxjs 6

We're using AngularFire2's AngularFireStorage to access our Firebase storage bucket: this.storage.ref(path).getDownloadURL(); Unfortunately, lately this has started to throw an error: polyfills.js:...
JochenDB's user avatar
  • 587
0 votes
1 answer
518 views

How to add checked and unchecked checkboxes data to Firebase

I have an Array of objects as starter data in my Ionic 3 app: public interesses = [ { name: 'Viagens', checked: false }, { name: 'Animais', checked: false }, { name: 'Teatro', checked: ...
Atoyansk's user avatar
  • 233
0 votes
1 answer
16 views

Displaying entries from fire base whose dates have not passed

I am working on an app where a user can book on certain dates, after booking I want the user to be able to view his appointments but only the ones whose dates haven't passed yet. I have tried ...
Qassim Ali's user avatar
1 vote
0 answers
845 views

Ionic 3 Firebase Google Auth redirects to localhost instead of app

Im using AngularFire2 in my Ionic 3 Project. I have implemented Facebook and Google Login which worked before but somehow it stopped working (maybe because of changes in the Firebase SDK or Google?). ...
Luk's user avatar
  • 396
0 votes
1 answer
1k views

Unable to use collectionGroup query in AngularFirestore

I am using AngularFirestore and Ionic 3. I want to use the collectionGroup query feature of Firebase but I am not getting this option either by importing AngularFirestore or doing import * as firebase ...
Tapas Mukherjee's user avatar
0 votes
1 answer
400 views

Angular / Ionic with Angularfire: iOS: Blocked a frame with origin "http://localhost:8100"

This Ionic3 (Angular 5) project had to be upgrade from an old AngularFire 3.x to "@angular/fire": "^5.2.1"; Since that ugprade, a strange behavior happens when running the app in Chrome using the "...
Jem's user avatar
  • 6,356
0 votes
1 answer
307 views

Ionic 3 - How to Merge Array of Objects with valueChanges Observable

I have two arrays of objects to merge them. The first one is the result from a snapshotChanges retrieve (participants), and the second one is the result from a valueChanges retrieve (usersRoom). //...
Atoyansk's user avatar
  • 233
1 vote
1 answer
46 views

Angularfire2 firestore snapshotChanges not retriving data unless the app is reloaded after login

I'm trying to retrieve data from firestore once user login in an Ionic 3 App. The snapshotChanges returns null on first login. But once I restart the app, it retrieves the data. What might be the ...
NepCoder's user avatar
0 votes
1 answer
44 views

Firebase native is conflicting with Firebase JS in Ionic3 app ( Push notifications Enabling issue)

I want to use firebase chatting with push notifications. I purchased a code sample for this and no plugin conflict is there in that piece of code. I am having a plugin conflict of Firebase native with ...
Abdul Haseeb's user avatar
0 votes
1 answer
542 views

'Error: No provider for AngularFirestore!' - Ionic 3

I am following the installation guide to setup AngularFire2 in my Ionic 3 App. app.module.ts import { AngularFireModule } from "angularfire2"; import { AngularFirestoreModule } from "angularfire2/...
poimsm2's user avatar
  • 532
1 vote
0 answers
112 views

How can I delete all firebase data on button click in Ionic3?

I want to delete all the data from firebase on button click on my Ionic 3 app. here is my html code and it shows some error that says 'cannot read property key' <ion-list *ngFor="let item of ...
Ryan Christian Cabilin's user avatar

15 30 50 per page
1
2 3 4 5
13