Marcus Hof

Results 45 issues of Marcus Hof

[c12f2c14-8854-4ec0-acd2-071c9869c211.webm](https://user-images.githubusercontent.com/13001502/233061310-7d2b2be6-ef90-4e85-831b-a113d70ba8b0.webm) https://app.tablane.net/1073/Tablane/Bugfix/63e5813a3b5a2703b536b279

Add slash commands to format text: /bold: Makes the selected text bold /italic: Makes the selected text italicized /underline: Underlines the selected text /code: Marks the selected text as code...

![image](https://user-images.githubusercontent.com/13001502/219900644-449c9b1a-bc6e-4321-9a0a-3083c7818260.png)

![image](https://user-images.githubusercontent.com/13001502/215031027-a8d18ade-a45b-4f39-9b8b-ed0a7db29acf.png) It is not possible to revoke access to devices, because users that logged in using google do not have a password.

these vars need documentation normal firebase vars ``` # firebase NEXT_PUBLIC_FIREBASE_API_KEY= NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN= NEXT_PUBLIC_FIREBASE_PROJECT_ID= NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET= NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID= NEXT_PUBLIC_FIREBASE_APP_ID= ``` Web Push certificates public key: ``` NEXT_PUBLIC_VAPID_KEY= ``` firebase service account private key...

documentation

right now, firebase variables are required to start the next app firebase is only required for push notifications add the ability to start the app without push notifications

enhancement

https://github.com/MarconLP/loggl/blob/fcaf61900aa6d2be7b1bbb3e15f5d2bafd7b101b/packages/auth/src/auth-options.ts#L68-L74 nextauth seems to be having wrong types on the signOut event

bug

https://github.com/MarconLP/loggl/blob/main/.github/workflows/ci.yml

bug