How To Make A News App For Free In Under 60 Minutes - Newest Appgyver Firebase Connector

Поделиться
HTML-код
  • Опубликовано: 24 окт 2024

Комментарии • 32

  • @Stand-up-for-uk
    @Stand-up-for-uk Год назад

    Thank you for this video, I’ve been stressing about how I would have live content without a dedicated developed CMS or rewriting the app

  • @RemyRivers
    @RemyRivers 2 года назад

    my app is going great, appreciate all the help! last touch is adding the Google in app review api into the app, haven't figured that out... any advice or links? appreciate it as always!

    • @TylerTalksChannel
      @TylerTalksChannel  2 года назад

      Thank you! I haven't seen anything online outside of resources for connecting to external APIs unfortunately. There are a large number of API resources online, so hopefully if you can't add this through standard methods someone could help you in the Appgyver forums.

  • @brianthebemmemo2925
    @brianthebemmemo2925 Год назад

    hey Tyler great video once again, I have noticed that strings in the Firebase database do not recognise paragraphs when inputting large content text. It just makes one paragraph that's hard to read, so I created multiple strings to pull into my app, but since we create a single component (in repeat), other news updates have and need more content. How can I change it? Thanks in advance.

    • @TylerTalksChannel
      @TylerTalksChannel  Год назад

      You may want to consider having a main paragraph in the home screen, then show the multiple paragraphs on individual pages. For example the list with items in repeat shows the headings, then when you click them you see the entire article with all of the paragraphs in order.

  • @sovereign797
    @sovereign797 2 года назад

    Great video, thank you. I am trying to create a news API app but I'm having difficulty transferring the lesson here to a real API that uses a key. Every video tutorial I see on how to use an API with Appgyver uses an open API that doesn't require a key and has a .json ending, so Appgyver is able to deal with it and no error occurs when I try to replicate what the video is showing. Other videos use the phone's camera to take a photo of a barcode and then connect to an open API to return a single item record based on that barcode. I was able to replicate that also without a problem. But, when I try to move off of the practice open keyless API and go to a real API that requires a key, the API site gives me a URL to use that includes the key and does not include a .json ending, and whenI try to put that in Appgyver it returns an error when attempting to test the query. Can you please do a video tutorial on creating a REAL news api app that uses a REAL account with a REAL API key and returns a whole list of real news items that I can scroll through? Also, I'd really like a tutorial that combines both the API and the firebase into one app. For example, say you want to be able to scroll through an API list of news items and then when you find one you want to share to your profile wall, you hit the share button and it copies some of the API item's fields (e.g. title, date, author, description, text, image) to a firebase database that I set up with some additional fields for my users to utilize, such as comment, date, like, etc. I haven't seen any tutorial doing this and would really appreciate it.

    • @TylerTalksChannel
      @TylerTalksChannel  2 года назад +1

      Thanks for watching! For the first question if you go to my channel and look for the how to create a social or sharing app for free playlist I cover some similar functionality but not the exact content. To answer your second question I would recommend posting in the Appgyver forums to get more details on this because this would require use of the headers section for api calls to send the additional info and may require a modification of the data being returned (if I am not mistaken).

  • @andersonevangelista2376
    @andersonevangelista2376 2 года назад

    In preview mode, when I click on the item belonging to the item list of the Religion category, it returns to the category list page (Religion, Electronics, Politics, ...), instead of opening the detailed page of that item. What can it be?

    • @TylerTalksChannel
      @TylerTalksChannel  2 года назад

      Thanks for watching! It sounds like the functionality for this is either a back button or it is navigating to the wrong page try selecting the component that is causing the issue and check the flow function for it by clicking the link near the bottom right of the screen and make sure it is set to navigate to the correct page. This process will be a bit different if you are using the repeat option for the component so it may be better for you to add different components so you have more control over each.

  • @faeezfataar4109
    @faeezfataar4109 3 года назад

    Or a shopping app where you can sell things is another great idea

    • @TylerTalksChannel
      @TylerTalksChannel  3 года назад +1

      This one is a bit trickier due to the payment piece. I did find am Appgtver forum on this, I will paste the link below!
      forums.appgyver.com/t/build-e-commerce-with-appgyver/5509/2

  • @faeezfataar4109
    @faeezfataar4109 3 года назад

    Great content bro 👏 keep it up!
    See if you can maybe do a cooking app tutorial where people can post recipes also

    • @TylerTalksChannel
      @TylerTalksChannel  3 года назад +1

      @Faeez Fataat This was a good idea so I went ahead and did it! Check out the video I just uploaded called "How To Make A Food Or Recipe Sharing App For Free Without Code"! Thanks for the idea!
      I also have a playlist on my channel that can accomplish this. If you go to my playlists and look for "How you Create a Social/Sharing App for Free" which walks through the basics to help you do this while also adding a sign in/sign up page (this part does not have authentication or security).

    • @faeezfataar4109
      @faeezfataar4109 3 года назад +1

      @@TylerTalksChannel glad I could help🙌

  • @maticprezelj9008
    @maticprezelj9008 2 года назад

    Hey Tyler, first tnx for the video - very grateful. Why didn't you use firebase for the first site, the welcome screen? So that you can add categories directly in the database and not manually in appgyver. Could you done that? I'm looking for solutions to fix my bug.

    • @TylerTalksChannel
      @TylerTalksChannel  2 года назад

      Depending on your use case that could be possible. For me, I wanted this to be a generic application with limited categories as I didn't plan to add new ones, and adding a new category would be easy with an app update.

    • @maticprezelj9008
      @maticprezelj9008 2 года назад

      @@TylerTalksChannel Quick look what I'm working is an app for searching food at local farmer. On first site you chose what “food categories” are you looking for (Fruit, vegetables, meat...) you select Fruit, and you are going to next site “fruit food category” (apples, pears, plums...) you select Apples, and you are going to next site which contains farm list, which farms are offering apples... In the back-end I use Airtable DB and there are 3 different tables related (GroupList, FoodList, FarmList). I correctly integrated that DB whit Appgyver - schema is OK. Next whit your help I connected pages wiring via page parameters exactly what you do in tutorial. The data are correctly transfer to next page (f.e. fruit food cat.) but the problem appears when I set up the repeat as setup. I repeat as FoodList and in the list container show me all fruits there are in foodlist table and can’t figure out where is the problem, it must show only the fruit food category. I would be very grateful if you can do an extension of your tutorial to set up categories from the backend DB, or just your advice what can be done to solve the problem in give me hope for continuing the app. I am not an IT specialist and have no code experience I just want to help my community to have more information about the local food availability. Sorry if I ask you too much! It just burdens me very much.

    • @TylerTalksChannel
      @TylerTalksChannel  2 года назад

      @@maticprezelj9008 take a look at my channel and look into the series on creating a social or Sharing App for Free, it's a playlist but you can rpoabably skip a head a bit to where I set this up (but the whole series would proabbaly be helpful). You can also then look into my setting up firebase tutorial, it's a single video on my channel as well.
      Let me know if you have any questions!

  • @uwaishazril9683
    @uwaishazril9683 3 года назад

    hi i want to ask. maybe this out of topic. but how you fixed a bug about the app preview keep loading forever. hope you can help😭❤️

    • @TylerTalksChannel
      @TylerTalksChannel  3 года назад

      My best recommendation is to clear cookies and cache and see if it works. If it still times out I would try another device. Lastly, I would recommend checking out the forums to see if it relates to issues any other user has!

  • @jimmy6589
    @jimmy6589 2 года назад

    Sir can we add admob for monetization

    • @TylerTalksChannel
      @TylerTalksChannel  2 года назад +1

      My understanding is that it's possible but I haven't seen anyone do it. I will paste a link below to an Appgyver forum on this.

    • @jimmy6589
      @jimmy6589 2 года назад

      @@TylerTalksChannel sir I am student . No knowledge about coding . Sir is there any alternative or free no code app builder with free monetization (playstore)

    • @TylerTalksChannel
      @TylerTalksChannel  2 года назад +1

      @@jimmy6589 The only one that is completely free that I can think of is Appsgeyser. My understanding from their website is they do a 50/50 split so they take half of all ad revenue and you take the other. One thing to consider is Appgyver is potentially the most feature rich free service (or one of), and many of the cheaper services may not offer as many features or storage. Make sure to check the features match up with what you need.

    • @jimmy6589
      @jimmy6589 2 года назад

      @@TylerTalksChannel thanks for replying bro 🙏

    • @TylerTalksChannel
      @TylerTalksChannel  2 года назад

      @@jimmy6589 thank you!

  • @youngtemeakpo436
    @youngtemeakpo436 3 года назад

    Can you create a RUclips channel app

    • @TylerTalksChannel
      @TylerTalksChannel  3 года назад

      RUclips currently has an application, so I will allow them to own that one!

    • @youngtemeakpo436
      @youngtemeakpo436 3 года назад

      I mean creating a app with your RUclips Api

    • @TylerTalksChannel
      @TylerTalksChannel  3 года назад

      @@youngtemeakpo436 I just published a video about setting up the Appgyver API, although this example uses Firebase, the information should be the same for viewing information using POST or GET requests!

    • @Stand-up-for-uk
      @Stand-up-for-uk Год назад

      @@youngtemeakpo436 are you meaning an app that when opened loads only your channel?