Marcon
Marcon
TTCTheo's Typesafe Cult
Created by Emilius on 5/8/2023 in #questions
Contributing to open source
@Emilius I am currently building https://github.com/MarconLP/loggl, which is an opensource alternative to https://logsnag.com. The main purpose is to get push notifications when specific events happen like someone purchasing a pro plan in your application. I have started building it a few days ago using create-t3-turbo, but right now I am just starting with the nextjs app. If you are interested, here is a good-first-issue: https://github.com/MarconLP/loggl/issues/3 You can also take a look at my other projects here: https://marcushof.vercel.app/
11 replies
TTCTheo's Typesafe Cult
Created by Marcon on 5/9/2023 in #questions
implementation of push notifications
I would still have to mess around with saving those ids. For websockets I used to subscribe to the "itemId" and on the server send realtime updates to this specific Id. Or is that not possible with firebase
8 replies
TTCTheo's Typesafe Cult
Created by CaptainPhoton on 5/9/2023 in #questions
Setup pub/sub connection in Next.js
Do you want to receive realtime updates in your t3 app? You can use pusher.com or the opensource alternative soketi.app.
4 replies