bergjs

Results 9 comments of bergjs

Did you follow [this article](https://medium.com/@acarabott/meteor-native-ios-push-notifications-heroku-raix-push-cordova-213f486c4e6d)?

I just tested FCM and it works with Android. I actually just came here to say that if you test your notification, you have to have your app closed otherwise...

Here's what's in my code that's related to the push notifications. In `main.js (server)` ```JS Meteor.startup(() => { ... Push.Configure({ gcm: { apiKey: 'verylongkey', // from https://console.firebase.google.com/project//settings/cloudmessaging } }); ......

Well, now it's out there to help others 😄

any news here? I have a similar problem ...

Thanks for offering to look into this! I will have to see if I can manage to get a small repo set up. For now, maybe you can point me...

Hey @jshimko, great advice! Thanks so much! It builds indeed without bcrypt. I think I'll just go without it. I wasn't aware anymore that Meteor works without bcrypt.

Having the same problem. Have you found a solution?

Nevermind. I had a problem with uploading from a stream and could solve it by adding ``` noDisk: true, maxRetries: 2 ``` to the MultipartUpload Object