Hi Shankar, found this and your other videos very helpful in starting out with AppGyver! Thanks! How would Firebase integration with multiple related collections, as a opposed to the single collection you used? I know how to configure the backend in Firebase, but not sure how to use that in AppGyver. Also, does AppGyver support Firebase's subcollection approach?
Hi Shankar, excellent video, I learn a lot, thanks! I figured out: in createVisitor: When I create another visitor after I already created one in the same session, then it autofills the fields with the AppVariables. It would be better to assign the values of the fields to Page Variables, so the fields are always reset when reloading the page (for creating a new user).
Hi Shankar, Excellent video. Thanks for the upload. Quick question for you. Will a Firebase WEB app work when a Appgyver app is launched on Android or iOS? The reason I am asking is after completing the steps upto 15mins i tried to preview the app on my phone. It showed me the Login page but the spinner kept running and it didn't show the UserList page. Please let me know when you get a chance. Thanks Shankar. Once again excellent video.
To use Firebase on iOS, you must first create an iOS or Android app in your Firebase project and then add that key to the Firebase configuration. To keep the video brief, I only showed the major features of the webapp. I will release another video as extension to webapp.
@@ShankarGomare Ah ok. If we want to use a firebase database in conjunction with an iOS or Android app, then a database version must be created for an iOS or Android database. Am I correct? Damn! I can't code to save my life in Java or Swift ha ha, so I am going to park my ambitions for now.. 🙂
Here is brief how to do it: Open your Firebase project -> Click Project Overview -> Click "+ Add app" -> Enter App ID ( any app ID would work ) -> Continue wizard to finish. Go back to project Overview -> open settings for iOS app and download "GoogleService-Info.plist Now switch back to Appgyver: Open Data -> Connectors -> enable "iOS app configuration" and enter Web API key, App ID and Client ID found in the downloaded file. iOS API key: API_KEY iOS app ID: GOOGLE_APP_ID iOS client ID key: CLIENT_ID This will allow you to login on Appgyver preview app, you can follow similar approach for Android.
@@ShankarGomare Hi, that was easy. It is past midnight here and I loose my common sense this late at night😀. Thanks again. Looking forward to more videos from yourself. All the best on RUclips.
@@ShankarGomare Hi Shankar. Would there any videos on how to upload images to "Firebase Storage Upload files" flow function? I am trying to go through the forums in Appgyver and I am hitting a blank as this is not my forte. Appreciate any help.
Hey @Shankar Gomare do you have an idea how I can change answer selections for a quiz app with a Firebase database. Questions and Answers will be updated on Firebase but I want answer options to change on each update. thanks in advance.
Hai Shankar, Useful tutorials from your side, help a lot for making VMS for us. Thanks! One issue to fix, that I don’t know. Whenever I add an entry it will reflect both in firebase data and in App view page.. but my problem is each time I enter data and submit it won’t show up in order( like last entry should show up on top of the list). I want my app to show up the last entry first in the list. Hope you get my point and give me a solution to this. Good day
Hi Shankar, Thank you for the videos, I'm learning a bunch from your content. Could you please show us how to create a Signup/Register page as well based on this tutorial? Look forward to hearing from you. Best regards
Sure I’ll do it. The Firebase storage is attached to google storage and google storage isn’t available under developer program, so I have to pay for google storage plan to get access. I’ll purchase storage sometime in the future.
Hi Shankar, Excellent video though i encounter a problem. With task "Launch" my log in block image stretches across the entire screen and when i log in i get the error "Failed to log in undefined". Could you please assist with this? Will appreciate very much. Kind regards. ( i am an absolute beginner )
Is it possible to create firestore sub-collections using the Google Firebase / Cloud Firestore data resource? I've noticed to REST API Integration automatically creates unique document IDs. I'm trying o create custom IDs.
There is no method to create using the normal resource; however, you can obtain a Firebase token by calling “Get Token”flow function and then make REST call.
@@ShankarGomare thanks for your feedback. The trouble is how to use GET COLLECTION method on a document with an auto generated ID created by user without having to run test from and recreate shema in REST data resource.
@@minyoi6843 I usually include a custom key to the collection document and use that for extraction. I had created an app where I use a custom approach but couldn’t record the session. I will record it some time in the near future. It is very hard to allocate free time :(
Hello Shankar, Thank you for this video!!! I learned what I needed to know about connecting Appgyver to Firebase.
Glad it was helpful for you!
You know what, nothing i can say more than thank you very much 🙏
You're very welcome!
Great Video, very helpful und everything worked correctly 😀
Thanks, I’m glad it helped you to learn something new.
Hey Shankar thanks so much! Such a comprehensive tutorial!
I’m glad it helped you to learn something new.
Hi Shankar, found this and your other videos very helpful in starting out with AppGyver! Thanks! How would Firebase integration with multiple related collections, as a opposed to the single collection you used? I know how to configure the backend in Firebase, but not sure how to use that in AppGyver. Also, does AppGyver support Firebase's subcollection approach?
Hi Shankar, excellent video, I learn a lot, thanks! I figured out: in createVisitor: When I create another visitor after I already created one in the same session, then it autofills the fields with the AppVariables. It would be better to assign the values of the fields to Page Variables, so the fields are always reset when reloading the page (for creating a new user).
Thanks for the feedback
Great Video. Thank you. I do have a question though. What if I want the user to upload an image to firebase?
Hi Shankar,
Excellent video. Thanks for the upload. Quick question for you. Will a Firebase WEB app work when a Appgyver app is launched on Android or iOS?
The reason I am asking is after completing the steps upto 15mins i tried to preview the app on my phone. It showed me the Login page but the spinner kept running and it didn't show the UserList page. Please let me know when you get a chance.
Thanks Shankar. Once again excellent video.
To use Firebase on iOS, you must first create an iOS or Android app in your Firebase project and then add that key to the Firebase configuration. To keep the video brief, I only showed the major features of the webapp. I will release another video as extension to webapp.
@@ShankarGomare Ah ok. If we want to use a firebase database in conjunction with an iOS or Android app, then a database version must be created for an iOS or Android database. Am I correct? Damn! I can't code to save my life in Java or Swift ha ha, so I am going to park my ambitions for now.. 🙂
Here is brief how to do it: Open your Firebase project -> Click Project Overview -> Click "+ Add app" -> Enter App ID ( any app ID would work ) -> Continue wizard to finish. Go back to project Overview -> open settings for iOS app and download "GoogleService-Info.plist
Now switch back to Appgyver: Open Data -> Connectors -> enable "iOS app configuration" and enter Web API key, App ID and Client ID found in the downloaded file.
iOS API key: API_KEY
iOS app ID: GOOGLE_APP_ID
iOS client ID key: CLIENT_ID
This will allow you to login on Appgyver preview app, you can follow similar approach for Android.
@@ShankarGomare Hi, that was easy. It is past midnight here and I loose my common sense this late at night😀.
Thanks again. Looking forward to more videos from yourself. All the best on RUclips.
@@ShankarGomare Hi Shankar. Would there any videos on how to upload images to "Firebase Storage Upload files" flow function? I am trying to go through the forums in Appgyver and I am hitting a blank as this is not my forte. Appreciate any help.
tq good teacher
hi shankar, can you make a video for this logic flow at minute 14:22 . How do you set up the credentials etc.
Hey @Shankar Gomare do you have an idea how I can change answer selections for a quiz app with a Firebase database. Questions and Answers will be updated on Firebase but I want answer options to change on each update. thanks in advance.
Hai Shankar,
Useful tutorials from your side, help a lot for making VMS for us. Thanks!
One issue to fix, that I don’t know.
Whenever I add an entry it will reflect both in firebase data and in App view page.. but my problem is each time I enter data and submit it won’t show up in order( like last entry should show up on top of the list). I want my app to show up the last entry first in the list. Hope you get my point and give me a solution to this.
Good day
Hi Shankar,
Thank you for the videos, I'm learning a bunch from your content. Could you please show us how to create a Signup/Register page as well based on this tutorial?
Look forward to hearing from you.
Best regards
I'm happy you found my videos useful. I've just released a version for Firebase user signup.
@@ShankarGomare I genuinely do sir.
Thank you for the upload. This is appreciated.
hi Shanker sir,
sir can you make a video on firebase storage with appgyver how to upload update image in firebase storage
Sure I’ll do it. The Firebase storage is attached to google storage and google storage isn’t available under developer program, so I have to pay for google storage plan to get access.
I’ll purchase storage sometime in the future.
Hi Shankar,
Excellent video though i encounter a problem. With task "Launch" my log in block image stretches across the entire screen and when i log in i get the error "Failed to log in undefined". Could you please assist with this? Will appreciate very much.
Kind regards.
( i am an absolute beginner )
Thanks, find a solution.
Is it possible to create firestore sub-collections using the Google Firebase / Cloud Firestore data resource? I've noticed to REST API Integration automatically creates unique document IDs. I'm trying o create custom IDs.
There is no method to create using the normal resource; however, you can obtain a Firebase token by calling “Get Token”flow function and then make REST call.
@@ShankarGomare thanks for your feedback. The trouble is how to use GET COLLECTION method on a document with an auto generated ID created by user without having to run test from and recreate shema in REST data resource.
@@minyoi6843 I usually include a custom key to the collection document and use that for extraction. I had created an app where I use a custom approach but couldn’t record the session. I will record it some time in the near future. It is very hard to allocate free time :(
@@ShankarGomare thank you so much. You're very helpful.