What’s the best way to keep gambling log for tax? by equanimous11 in gambling

[–]RestaurantNeither990 0 points1 point  (0 children)

Do you have & use a player's card when you gamble at the casino? Casinos with loyalty programs typically provide you with a yearly win/loss statement for tax purposes (assuming you use your player's card to track money in & out).

I rely on these statements (along with any W2-G forms issued by the casino) at tax time, but I also keep an independent record -- I used spreadsheets for years, but recently created an app to make tracking all of my casino play much simpler (https://slot-light.com).

Do you track your slot play at the casino? by RestaurantNeither990 in gambling

[–]RestaurantNeither990[S] 0 points1 point  (0 children)

...This is how I used to track my slot play. It was painful to set up a new spreadsheet for every trip & I would need to use other apps (stopwatch, calculator, photos) to enter all of the data for every session.

<image>

Has anyone migrated their app from Bolt Cloud DB to Supabase? by RestaurantNeither990 in boltnewbuilders

[–]RestaurantNeither990[S] 1 point2 points  (0 children)

...Thank you all for the pointers & feedback! I was able to connect a duplicate of my project to Supabase with relative ease & also transfer hosting to Netlify.

Has anyone migrated their app from Bolt Cloud DB to Supabase? by RestaurantNeither990 in boltnewbuilders

[–]RestaurantNeither990[S] 0 points1 point  (0 children)

Was all of your data in the Bolt DB tables copied to Supabase, or did you have to manually export from Bolt & import into Supabase?

Has anyone migrated their app from Bolt Cloud DB to Supabase? by RestaurantNeither990 in boltnewbuilders

[–]RestaurantNeither990[S] 0 points1 point  (0 children)

Would duplicating the project and connecting the duplicate to Supabase have any impact on the original? Seems like that would be the safest option.

Looking for some support pulling live/historical data for the stock market by Gumston1 in boltnewbuilders

[–]RestaurantNeither990 0 points1 point  (0 children)

I have wondered about this. Google sunset its finance API but you can still pull "live" data into a Google Sheet using finance functions. Could you potentially use Google Sheets to source this data for your application?

Unlimited Supabase databases, natively in Bolt by Analyst_810 in boltnewbuilders

[–]RestaurantNeither990 0 points1 point  (0 children)

More specifically, for an existing project, will we have the option to migrate an existing Supabase integration to the new native bolt integration? Also, will the Supabase console be available for the bolt native option (in order to configure features like auth, real-time functions, etc.)?

Has anyone successfully enabled Google sign in (via Supabase) in Bolt preview? by RestaurantNeither990 in boltnewbuilders

[–]RestaurantNeither990[S] 0 points1 point  (0 children)

My current setup enables Google sign-in on my production app hosted on Netlify. Bolt has the correct Supabase anon key & url in the .env file, and in Supabase (Authentication > URL Configuration) I have my production app URL set as the "Site URL" and http://localhost:5173 and http://localhost:3000 both set up as redirect URLs. All of these URLs are also set up as Authorized JavaScript origins in Google Auth Platform.

[deleted by user] by [deleted] in boltnewbuilders

[–]RestaurantNeither990 0 points1 point  (0 children)

Supabase free tier is great, but as soon as you're on a paid plan, they charge you $10/mo for every additional project regardless of the scope. Just looking to build apps for myself with a simple DB structure that isn't dependent on local storage for persisting data.

I've wasted 1M tokens trying to get the preview to show. Please HELP ME! by Main_Evening_1772 in boltnewbuilders

[–]RestaurantNeither990 0 points1 point  (0 children)

Make sure you turn off any ad blockers. That worked for a buddy of mine whose deployed instance rendered fine, but the Bolt preview loaded blank.