John Jung

Results 19 comments of John Jung

I'm getting the same error, the promise stays pending and doesn't seem to return anything

@Nickersoft Not hitting debugger or any console logs below the `console.log(config)` ``` // const config = process.env.FIREBASE_CONFIG const config = { apiKey: process.env.FIREBASE_API_KEY, authDomain: process.env.FIREBASE_AUTH_DOMAIN, databaseURL: process.env.FIREBASE_DATABASE_URL, projectId: process.env.FIREBASE_PROJECT_ID, storageBucket:...

@otbe can you specify? So I did the same thing, I copy pasta'd the https://github.com/Nickersoft/push-fcm-plugin/blob/master/firebase-messaging-sw.js into a public directory to get it running, but it still wouldn't work. Did you...

Lol whoops sorry wrong Issue

https://github.com/feathersjs/client/tree/master/test Looks like there is a test server but it seems pretty minimal - let me know if this helps!

Yup, I'm using your import/export Json from MongoHub. Export seems to export all records just fine, however when I import that same exported file, I only get 200 records max....

Agreed! in k8s deployments if we can use secrets instead of config maps so that you can load a base64 image of the APN key files, I think would be...

Thanks! You've got an awesome repo here! @appleboy Yes, I think there's a very simple way of doing this without you having to modify anything. I'm just overriding it with...