> For the complete documentation index, see [llms.txt](https://docs.flipabit.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flipabit.dev/tutorials.md).

# Tutorials

## How to Build an iPhone Weather App 🌦

In this video series, we’ll be teaching you how to build a weather app with absolutely no coding in sight. ➡️ Creating a weather app that closely resembles the original iPhone app, you’ll learn how to make a fully functional system that includes all of the essential functions ✅

Despite its apparent simplicity, this app uses a variety of purposes that will involve you working with a database, formatting the output of text and images, receiving and processing REST API queries and much more!

{% embed url="<https://www.youtube.com/playlist?list=PLs0-AlxxQP_dtYkgojr_MpjHqSckUFy2d>" %}

## iOS Tutorial: How to Create and Install Your First App 📲

Take a look at our iOS tutorial and learn how to create and install your first app on iPhone! ➡️ This 7 minute video covers all of the important steps you must take in order to deploy your app. With a step-by-step video tutorial, this video teaches you how to create and then install your Ad-hoc iOS app on an iPhone without code! 📲 ➡️ From registering the new app ID and creating an Ad Hoc certificate, to generating the iOS provisioning profile as well as building and installing your first app, this is the ultimate app development tutorial you need right now.

{% embed url="<https://www.youtube.com/watch?v=dDGoce8E9Ew>" %}

## Push Notifications in iOS App using Firebase

Video shows you how to create and send Push Notifications in your iOS app. In this tutorial you are using Test App created here <https://youtu.be/dDGoce8E9Ew>

{% embed url="<https://www.youtube.com/watch?v=BJm0rI8iv_s>" %}

## How to publish Flipabit app to the iOS App Store

{% embed url="<https://www.youtube.com/watch?v=LTZfqvE9pEA>" %}

## How to Import Data from Google Sheet into Flipabit

{% embed url="<https://www.youtube.com/watch?v=RNw4KHbFykE>" %}

## How to Integrate Google AdMob in your App

{% embed url="<https://www.youtube.com/watch?v=CBoStibH-KQ>" %}

## How to Setup Firebase SMS Authentication

{% embed url="<https://www.youtube.com/watch?v=0riHEPrbN9U>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.flipabit.dev/tutorials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
