I created a chat using laravel, vue and pusher. The chat it's working, but when i send a message, it send'it twice.
I set broadcast(new MessagePosted($message, $user))->toOthers() but still not working properly.
If you have any suggestions please don't hesitate.
Related
I have been trying to solve a "minor" issue for a couple of days now, I am trying to connect a Directus rest api to a simple react-admin, at first i thought it was CORS etc and i tried everything on the backend, requests from postman works okay but it is not loading data to react-admin. The source code with username pass etc is on this repo: https://github.com/charilaouc/fluffy-adventure any ideas?
So I'm learning NuxtJS and I want to display some info from my Discord bot to the website. Now as I understood I can make a component that gets the information and then call the component. Let me break down the question more.
To get how many users my bot serves I can do client.users.cache.size in my normal JS files in node but how do I achieve this in my website? I don't understand how to connect such things really.
And if you can please direct me somewhere that explains more stuff than just the official docs
I created an express API that pushes the info that I want and through the VUE app I simply used Axios to get that info.
This Mini-series by Traversy Media helped me A LOT
Im trying to send push notification using expo notification service, can anyone give the code for it, how to get the tokens and all the other standard stuff, I have been trying to read the documentation but it is really confusing. The app is already on test flight, Also I don't want to eject.
I don't mind using Firebase, but the app doesn't have a user login pages. I don't mind any other method too.
Thanks for the help
I have been researching for many days on how to send sms using Twilio in React-Native. I haven't found a single example that works! I thought this should be simple but apparently not.
Any suggestions?
Twilio developer evangelist here.
While not ReactNative, I wrote a post about how to send SMS messages in React. The idea for ReactNative will be the same though. You don't want to make requests to the Twilio API directly from your application, you'd need to store your credentials in the app somehow and a malicious user could decompile it and abuse your account.
Instead you want to build a server application that sends the messages and make requests to that from your ReactNative application.
Let me know if that helps at all.
currently I working to implement Firebase Push Notification in my apps.
I found this:
[background] Using Firebase Console my apps can get the notification from system tray with remote notification
[foreground] Using Firebase Console my apps can get the notification from log, but i can make it into notification center with local notification
[foreground] Using Our Dashboard which managed by PHP serverside, I can get notification from log, but i can make it into notification center with local notification
The problem is, how can i get the notification (log is fine) if my apps in background with Our Dashboard which managed by PHP serverside?
I found that there is different between json I got from Firebase Console and our managed serverside dashboard, is that a problem that my apps cant handle? and how i can handle it? can I get the sample of the code to solve this problem?
This is the different between json i got from firebase console and our managed serverside dashboard
firebase console
our managed serverside dashboard
What you want to do is possible by using the normal FCM api.
Please review the differences between Display-Message and Data-Message here:
https://firebase.google.com/docs/cloud-messaging/concept-options#notifications_and_data_messages
and see all the parameters in the reference page:
https://firebase.google.com/docs/cloud-messaging/http-server-ref