Using Firebase + AppGyver Together | 12 Things to Know Before Getting Started

Поділитися
Вставка
  • Опубліковано 1 лис 2024

КОМЕНТАРІ • 66

  • @sylvesteradim1532
    @sylvesteradim1532 Рік тому +1

    Just got a new subscriber! Love your channel

  • @clarytune
    @clarytune 2 роки тому +1

    This is a valid information combining firebase, appgyver and airtable you just answered all my questions,

    • @SiliconAlley
      @SiliconAlley  2 роки тому

      Glad you found it helpful! Any other burning questions I can help answer?

  • @MarlonVan
    @MarlonVan 2 роки тому +3

    Thank you so much Bro... I'm loving your videos, they are so helpful.

    • @SiliconAlley
      @SiliconAlley  2 роки тому

      Glad you found the videos helpful! Anything, in particular, you are looking to get answered still or questions about other backend options?

    • @MarlonVan
      @MarlonVan 2 роки тому +1

      @@SiliconAlley Yes, we lookingat creating a simple check-in app for the school my wife works for. Currently its such a pain to manually check-in the kids, temperature , date and time. I'm hoping I can get some direction and insight from you if you able to give me some direction.

    • @SiliconAlley
      @SiliconAlley  2 роки тому +1

      @@MarlonVan Absolutely! I've built variations of check-in apps so it is definitely doable. Start with mapping out the ideal experience for the teachers. Is it as simple as selecting a few check-boxes that then input the date & time automitcally? Sounds like the only real input is the temperature.
      The other piece is reporting. You can save the data to an Airtable table or google sheet if that's how the school reports it. I live with a middle school science teacher so I often find that is the challenge is she'll find a cool tool that works for her but she still has to manually port that data over to their reporting system.

    • @MarlonVan
      @MarlonVan 2 роки тому +1

      @@SiliconAlley Thats pretty much what we want to have developed. You are such a wealth of knowledge and very helpful bro. I going to give it a shot now.

    • @SiliconAlley
      @SiliconAlley  2 роки тому +1

      @@MarlonVan Definitely do! Once you list out your features and the reporting piece you can work on designing. It should be very doable. If you are looking for a basic checklist though. I haven't done as much research but Airtable also has out-of-the-box apps you can create. I think they are more targeted at businesses, but that could also be another option.

  • @felipevergarac369
    @felipevergarac369 2 роки тому +1

    thanks friend for your approach...for your analysis, I will keep it in mind, since I will start using appgyver.🙏🙏

    • @SiliconAlley
      @SiliconAlley  2 роки тому

      Good luck! Keep me posted on how it goes and if I can be helpful

    • @felipevergarac369
      @felipevergarac369 2 роки тому +1

      @@SiliconAlley Thank you friend, thank you very much 🙏🙌, I will keep it in mind, greetings from Chile 🖐

    • @SiliconAlley
      @SiliconAlley  2 роки тому

      @@felipevergarac369 Fantastic!

  • @Glenn.Cooper
    @Glenn.Cooper 2 роки тому +3

    A great presentation - thanks a bunch!

    • @SiliconAlley
      @SiliconAlley  2 роки тому +1

      Of course! Hope you found it helpful

  • @mansvices3786
    @mansvices3786 2 роки тому +2

    What would work best for a journal that would allow a user profile and allow user to post to social

    • @SiliconAlley
      @SiliconAlley  2 роки тому +1

      It depends on your level of coding knowledge. Firebase is great for user accounts and profiles then AppGyver has the ability to share to outside platforms. But most backends should work as it doesn't sound too complex.

  • @fernandotiradoserna3709
    @fernandotiradoserna3709 2 роки тому +1

    Hey, thanks for the video, but I am having trouble with firebase as the amount of reads in my project grow exponentially, had you made an appgyver app with firebase, and if so could you tell me how did you solve the problem?
    Thanks in advance!

    • @SiliconAlley
      @SiliconAlley  2 роки тому

      What do you mean the number of reads?
      Are you worried about scalability? Cost?
      Can you provide a bit more detail on your concern?

  • @chrislins5432
    @chrislins5432 2 роки тому +1

    I need help setting up AppGyver & Firebase would be great if you could make a tutorial.

    • @SiliconAlley
      @SiliconAlley  2 роки тому

      I'd love to but I just don't have the time at the moment. I believe they've made it even easier with some direct integrations.
      What specifically are you looking to get synced?

    • @chrislins5432
      @chrislins5432 2 роки тому

      Where in AppGyver do I connect to Firebase and how. If you could just tell me how would appreciate it. I did get things setup in Firebase and where do I test to see if it works that is all. Thank You

    • @chrislins5432
      @chrislins5432 2 роки тому

      For push Notifications

  • @iam11thsiddharth
    @iam11thsiddharth 2 роки тому +1

    Great info, keep it up dude

  •  2 роки тому +1

    Awsome!! Thanks a lot!

  • @cookwithtechnology
    @cookwithtechnology 2 роки тому +1

    How to send push notification for android app build by appgyver, please help me

    • @SiliconAlley
      @SiliconAlley  2 роки тому +1

      It's through firebase, but I hired a developer to help solve that problem becuase it required some coding skills that I didn't have. I'd pop in the firebase forums to see if anyone can do it for you.

    • @cookwithtechnology
      @cookwithtechnology 2 роки тому +2

      @@SiliconAlley Thank you so much, It will be really helpful if someone can help me in this 🙂

  • @LoneLeagle
    @LoneLeagle 2 роки тому +2

    Is there a way to add media as a file type in the firestore database to easily allow users to upload files, photos & videos, or do we have to do it another way? I'm currently learning JavaScript & other programming languages, so I don't mind coding my own advanced functions as long as firebase makes it easy to organize & reuse functions on multiple apps.

    • @SiliconAlley
      @SiliconAlley  2 роки тому +1

      You can use the firebase cloud storage buckets for media files. Here is teh link to the documentation to read up on it. You can use the AppGyver front end-logic with your defined storage bucket to deal with media files.
      firebase.google.com/docs/storage

    • @LoneLeagle
      @LoneLeagle 2 роки тому

      @@SiliconAlley I'm reading through the docs now. So far, it looks like I will need to import some Firebase packages to Visual Studio, I'm comfortable with Visual Studio, so that won't be a problem as long as they have step-by-step instructions. Hopefully, I'll be able to easily add other cloud storage such as BOX & Dropbox because they offer unlimited storage, which will be essential for content creators such as gaming channels. It will be easy once I understand the mid to high level process of how to connect clod storage services to a database, so users can easily upload files to that cloud storage. Hopefully I can find an in depth video or course that breaks all of this down.

    • @LoneLeagle
      @LoneLeagle 2 роки тому

      @@SiliconAlley I wanted to use Appgyver, but can't because Appgyver doesn't have media players & there is no way to add a media player with custom code or create a plugin.

  • @rolanddewnath6672
    @rolanddewnath6672 2 роки тому +2

    Great video. Thanks for that. Could you please consider making a video: Using Xano + Appgyver Together...

    • @SiliconAlley
      @SiliconAlley  2 роки тому +1

      Thanks for the suggestion. I'll add that to the queue of future video topics. Anything in particular that interests you about Xano?

  • @ehindolapeter6705
    @ehindolapeter6705 2 роки тому +1

    Is bill payment, like tv sub payment achievable with appgyver?

    • @SiliconAlley
      @SiliconAlley  2 роки тому +1

      You'd have to integrate that in with a payment provider. Also if people subscribe directly in the app you'll have to pay the App Store and Google play fees which are a percentage of the revenue from in app purchases.
      Spotify and Netflix make you go use a computer or a web browser to subscribe so they avoid the app store fees.

  • @manishcsingh
    @manishcsingh 2 роки тому +1

    Would you know if Firebase Offline (Android) capabilities supported here with Appgyver?

    • @SiliconAlley
      @SiliconAlley  2 роки тому

      I'm not sure what you mean exactly. You can have an AppGyver app that doesn't need to be connected to the internet to function. You could also do some sort of caching where you load all the content you need upon open and store the data on the device. You'll need to do more research and a question to dive in deeper on the forums to make sure it's possible.

  • @senthilcm
    @senthilcm 2 роки тому +1

    love you bro

  • @LoneLeagle
    @LoneLeagle 2 роки тому +2

    Is Xano or Backendless worth the higher price over Firebase? That would actually be a good video comparing the top 5 or so backends for appgyver.

    • @SiliconAlley
      @SiliconAlley  2 роки тому +2

      That's a really great suggestion! I appreciate you bringing those ideas up. I'll add them to the queue of the next videos to create.

    • @LoneLeagle
      @LoneLeagle 2 роки тому +2

      @@SiliconAlley A in depth video comparing database backends for appgyver will help lots of people because it's the most important step with getting started with appgyver.

    • @SiliconAlley
      @SiliconAlley  2 роки тому +2

      @@LoneLeagle Perfect! That makes complete sense. I'll work on that.

    • @LoneLeagle
      @LoneLeagle 2 роки тому +2

      @@SiliconAlley Can't wait to see it.

    • @SiliconAlley
      @SiliconAlley  2 роки тому +1

      @@LoneLeagle Will let you know when I've got it done, edited, and published. :)

  • @BlackJacketJones
    @BlackJacketJones 2 роки тому +2

    And yet I’m still stuck on the security rules for firebase.

    • @SiliconAlley
      @SiliconAlley  2 роки тому +1

      Those were tough for me to figure out at first too. You can use just general allow everyone to read-write while you are in development then you'll need to figure out limiting it as you go to production.
      What is messing you up? Happy to help where I can.