Questions tagged [nativescript-firebase]

This open source plugin is useful to connect firebase with nativescript. Here is the github project for the same.

This open source plugin is useful to connect firebase (https://console.firebase.google.com) with nativescript. Here is the github project for the same. https://github.com/EddyVerbruggen/nativescript-plugin-firebase

33 questions
1
vote
0 answers

How to create user by Nativescript firebase plugin?

I'm using EddyVerbruggen's NativeScript firebase plugin - https://github.com/EddyVerbruggen/nativescript-plugin-firebase Firebase has been configured properly. I ran the following code & it's working fine. firebase.init({ persist: true, //…
Suresh
  • 5,687
  • 12
  • 51
  • 80
0
votes
1 answer

nativescript-firebase issue to get push token

I implemented the nativescript-firebase (https://github.com/EddyVerbruggen/nativescript-plugin-firebase) plugin in my mobile app. It used to work fine but since I updated to the 11.1.3 version I cannot get the push token. I tried to get back to the…
0
votes
2 answers

Ignore firebase.firestore.timestamp

My project used @Nativescript/firebase(https://github.com/EddyVerbruggen/nativescript-plugin-firebase) ignores methods of firebase.firestore.timestamp, and returns undefined by properties. The below is minimum reproduction app.js import Vue from…
0
votes
2 answers

Type 'typeof firestore' has no call signatures nativescript 7 @nativescript/firebase plugin

I have a project where I use nativescript with Angular and want to implement Firebase for the back-end. I followed the instructions in the doc of the package and the firebase.init() works without errors. But when I want to use the firestore like…
0
votes
0 answers

Can't re-log (autorelog) user to Nativescript Firebase App on iOS

I'm having problems re-logging the user previously logged in with Facebook or Google Sign In on my Nativescript iOS App. It works good with an email/password re-authentication on iOS. It seems that the function firebase.init({ …
0
votes
1 answer

Nativescript Firebase Plugin storage functions on NS7 error

After upgrading to NS7, and updating my code imports, I am unable to use the firebase 'firestore' functions. Whenever any firebase storage function is called I receive: CONSOLE ERROR: ERROR TypeError: Cannot read property 'listAll' of undefined This…
0
votes
1 answer

NativeScript Firebase plugin Apple Sign in - Argument must be an object

I have set up Apple Sign In based on the official guide. I'm testing on iOS and when I initiate Apple Sign In I get this error: Error in firebase.login: Error: Argument must be an object. I am using Nativescript 7.0.8, @nativescript/firebase…
0
votes
1 answer

How do i send a image along with FCM-push notification for nativescript?

I use nativescript-vue and this plugin for sending push notifications: nativescript-plugin-firebase, How do i send an image along when i send a push notification? In my nativescript-vue project i receive the notification like this: …
0
votes
1 answer

Cannot use import statement outside a module when running android app with firebase

Using nativescript-vue and can't make my app run after upgrading to latest version of nativescript. "nativescript": { "id": "xxx", "tns-ios": { "version": "6.5.1" }, "tns-android": { "version": "6.5.1" } }, App.js: import Vue from…
0
votes
2 answers

Possible memory leak in NativeScript app if user reopens his app multiple times

I'm not sure where is the bug, maybe I'm using rxjs in a wrong way. ngDestroy is not working to unsubscribe observables in NativeScript if you want to close and back to your app. I tried to work with takeUntil, but with the same results. If the user…
0
votes
0 answers

NativeScript + Firebase, new firebase project is not being picked up

I am working with Master Detail with Firebase Angular template, and I can successfully build the app locally. But then when I try to reconfigure the app for my own firebase project, nothing seems to change. It continues to query the default app's…
0
votes
0 answers

Problem with Sign-in to Nativescript app with google provider

I try to use google provider to log in to my angular nativescript app. My web app works properly, for mobile added SHA-1 to firebase console. I have two problems: After try to log in with google provider firebaseWebApi.auth().onAuthStateChanged…
Przemo
  • 477
  • 1
  • 7
  • 16
0
votes
0 answers

Could not resolve all artifacts for configuration ':classpath'. > Could not resolve io.fabric.tools:gradle:1.26.1

I am building a Nativescript app using nativescript-firebase-plugin. I have the app working on my Windows 10 machine, but wanted to run both Android and IOS at the same time, so I got a Mac and began porting over the app. I went through the docs on…
iamcootis
  • 2,203
  • 3
  • 18
  • 22
0
votes
0 answers

Nativescript firebase plugin best way to store a list of strings

Say for instance I have a list of document objects that I am displaying and each time I click on that document, I want to save a timestamp to the database, in an field called 'clicked'. { id: 1, clicked: ['timestamp1', 'timestamp2'] } Should…
iamcootis
  • 2,203
  • 3
  • 18
  • 22
0
votes
1 answer

Create camera detect object

I want create in Nativescript a camera with detecting objects on live and get coordinates. I read about plugin firebase, but i don't have find nothing for detecting objects.
snakom23
  • 199
  • 3
  • 13