This example app was about a movie list app, but the same feature could be implemented on user-generated content as well to bring up other users with similar interests and such. What other app ideas could you come up with that would benefit from adding these recommendations feature? Let us know in the comments below 👇
Hmmm... Nor even sky is the limit but currently thinking that a stack overflow like QnA site to show show related questions to your searching query in real time
Hi is storing env variables in the front end (Flutter) safe since Deno uses the environmental variables from the env? How can I use my backend flask to manage the api keys and only return the necessary data to the front end and store the results in supabase?
Thanks for the video! I am wondering if it is possible to use other AI like Gemini or Gorq for the embedding purpose? Sorry for this amateurish question T,T (I am still new with Supabase and still learning backend stuff)..
can you make like this video but a little bit different , that i research of this thing on the whole internet and I'm not finding anything yet . the tutorial is how to make recommendation content post depends on the posts that our user add like on it , so the in the future show more posts with the content that liked by the user
@@dshukertjr 1) I would love to see a flutter with stripe using supabase! 2) Also is it safe to store env variables in the front end (Flutter) safe since Deno needs to access the env files? How can I use my backend flask to manage the api keys and only return the necessary data to the front end and store the results in supabase?
i have question, I'm recently switching from firebase to supabase and it's very amazing , I have one question . now in the firebase I used to make sub collection on single document of my main collection . how to make this in supabase , like i need to make a new separate table for that ?
Hey. I Would like to know how to when it’s going to be available to cancel requests in supabase? I would like to use something like CancelToken in Dio package At least I don’t see it in flutter :(
This example app was about a movie list app, but the same feature could be implemented on user-generated content as well to bring up other users with similar interests and such. What other app ideas could you come up with that would benefit from adding these recommendations feature? Let us know in the comments below 👇
Hmmm... Nor even sky is the limit but currently thinking that a stack overflow like QnA site to show show related questions to your searching query in real time
@@neatfastro Love the idea! Vector search would be great for untangling complex sentences like stack overflow questions!
would love to see a flutter with stripe using supabase!
Hi is storing env variables in the front end (Flutter) safe since Deno uses the environmental variables from the env?
How can I use my backend flask to manage the api keys and only return the necessary data to the front end and store the results in supabase?
Wow! It was super simple 👍🏻
I was very surprised how well it worked with its simplicity too!
Very nice tutorial thanks for sharing
Thanks for the video! I am wondering if it is possible to use other AI like Gemini or Gorq for the embedding purpose?
Sorry for this amateurish question T,T (I am still new with Supabase and still learning backend stuff)..
can you make like this video but a little bit different , that i research of this thing on the whole internet and I'm not finding anything yet .
the tutorial is how to make recommendation content post depends on the posts that our user add like on it , so the in the future show more posts with the content that liked by the user
So recomend future contnet based on the history of likes / views etc., correct? That should be possible. Let me put it on my list!
@@dshukertjrYou are amazing man, I would be very thankful
always thx u . very good study to me . thx
Glad to hear it was helpful! Vector DBs are fun to work with!
@@dshukertjr 1) I would love to see a flutter with stripe using supabase!
2) Also is it safe to store env variables in the front end (Flutter) safe since Deno needs to access the env files?
How can I use my backend flask to manage the api keys and only return the necessary data to the front end and store the results in supabase?
i have question, I'm recently switching from firebase to supabase and it's very amazing , I have one question .
now in the firebase I used to make sub collection on single document of my main collection .
how to make this in supabase , like i need to make a new separate table for that ?
Yeah make a new table or just include the data in the row
Hey.
I Would like to know how to when it’s going to be available to cancel requests in supabase? I would like to use something like CancelToken in Dio package
At least I don’t see it in flutter :(
Thanks for the request. Could you open an issue on the supabase_flutter GitHub repository? We should be able to add it.