Alex Patterson

Results 28 comments of Alex Patterson

I don't know about best but I would always suggest to check out https://pages.github.com https://www.netlify.com https://firebase.google.com/docs/hosting/

Oh yes @leandroz we need this! How can I help with the PR?

Hi @haditabarzad, we have made some updates to the CLI. If you have upgraded you can use these commands. ``` appwrite client --projectId 12345 appwrite users create --userId "unique()" --email...

Also if you don't want to install anything. ``` const theme = Array.from(document.getElementsByClassName('theme--dark')).pop(); theme.style.setProperty('--theme-filter', 'invert(0)' ); ```

@alexislg2 Do you need help with this? Or is it just waiting for merge? I have data coming into the app just fine, but would also like the image to...

@alexislg2 I just manually replaced the files from your PR 296 and I am not seeing an image still. Here is a sample of my data load. ``` const payload...

@alexislg2 it won't trigger at all then. I also tried changing the code over to this and it never falls into the if statement. ``` if (remoteMessage.getData().size() > 0) {...

I think I would have more questions/review of the feature once the RFC is to an Alpha state. If you need Alpha testing please let me know πŸ˜„

This still does not work with the headers...does anyone have another example? Do we have to strip out any headers from request?

@Sneha421 I would suggest jumping on the issue we have for that πŸ˜ƒ https://github.com/appwrite/appwrite/issues/4286