Dale Nguyen

Results 58 comments of Dale Nguyen

One thing that I can think of is to manually add the project_id to the serviceAccount. Let me know if it works.

Does your serviceAccount.json look something like this? ![image](https://user-images.githubusercontent.com/14116156/138565061-2b242a66-9a27-4dba-b401-ff0dfadfa330.png)

Hi @victorblaess, it's hard to tell what happened. It would be great if you can share some snapshots of your project structure. The command & errors that occur. You can...

@brandtdaniels @JoshuaFry I just updated the package to v0.7.5. Please try it again. Thanks,

Hi @kswain1, it should be something like this: ``` const cors = require('cors')({origin: true}); exports.ShoePostTest = functions.https.onRequest((request,response) => { cors(request, response, () => { // check for requst method if(request.method...

@kswain1 Great, Let me know if it works.

Hi @Fitenxd, this feature is not available yet. It does support FCM, however, you have to add a script by yourself in order to make it work. If you want...

Hi @madhall, it's not possible yet. Thanks for your suggestion. I will put this one on the road map.

The plugin now bases on User's email for creating a new account. It can get FirebaseUID as WordPress username. Is it ok?