Volker Andres
Volker Andres
I am using it in a function like this: ``` import * as admin from 'firebase-admin'; import * as functions from 'firebase-functions'; import {get} from 'geofirex'; const geo = require('geofirex').init(admin);...
@Noveltysa I guess you upgraded to Firebase 8.x.x? This library seems completly incompatible with it.
Using the examples from the comments, I get an error "TypeError: class constructors must be invoked with 'new'" ```ts provideAuth(() => { const auth: Auth = initializeAuth(getApp(), { persistence: [...
Ah, the problem lies within AngularFire. Will open a ticket there (https://github.com/angular/angularfire/issues/3038)
Yes, please. My Use-Case for this is, having an array of elements where I want to filter: Give me every element Where the value is "Group1" or "Group2" or where...
For me to work, I had to separate the default and watch task and also call the tasks with gulp.series() Before: ``` gulp.task('default', gulp.series(['css', 'js']), function() { livereload.listen(); gulp.watch("./web/scss/**/*.scss", ['css']);...
@silkimen I think we get the same problem. When sending a POST request with an empty data property, the plugin complains that it is expecting Array or Object. Strangely, this...
@ziftytodd I don't think my code is written that well nor everyone needs that behaviour. You can just `cordova plugin add https://github.com/vandres/cordova-plugin-media.git#patch-1`. I try to keep that fork up to...
Would also like to know, what the way to go is, when needing auth data.
Tested it with Node 14 and Angular 13, works as before. Thanks!