# ionicrestaurantapp

## ionicrestaurantapp

- [IONIC RESTAURANT APP](https://docs.ionicfirebaseapp.com/ionicrestaurantapp/master.md): Introduction to ionic restaurant mobile app.
- [NodeJs Vs Firebase](https://docs.ionicfirebaseapp.com/ionicrestaurantapp/nodejs-vs-firebase.md): Difference Between NodeJs and Firebase Backend
- [Technologies](https://docs.ionicfirebaseapp.com/ionicrestaurantapp/technologies.md): Following technologies we use to develop this restaurant mobile app.
- [Video installation guide](https://docs.ionicfirebaseapp.com/ionicrestaurantapp/video-installation-guide.md): How to install ionicfirebase restaurant ionic app and their backend.
- [Requirements](https://docs.ionicfirebaseapp.com/ionicrestaurantapp/restaurant-app/requirements.md): System requirement before running this app.
- [Download](https://docs.ionicfirebaseapp.com/ionicrestaurantapp/restaurant-app/download-zip.md): Purchase and download the file from ionicfirebaseapp.com
- [Installation Guide](https://docs.ionicfirebaseapp.com/ionicrestaurantapp/restaurant-app/installation-guide.md): How to Run mobile app on your local machine.
- [App Structure](https://docs.ionicfirebaseapp.com/ionicrestaurantapp/restaurant-app/app-structure.md): This section describes the app structure and basic customization.
- [Firebase Config](https://docs.ionicfirebaseapp.com/ionicrestaurantapp/restaurant-app/firebase-config.md): Setup Firebase version of app
- [API Config](https://docs.ionicfirebaseapp.com/ionicrestaurantapp/restaurant-app/untitled.md): Restaurant api version of app setup .
- [Push Notifications](https://docs.ionicfirebaseapp.com/ionicrestaurantapp/restaurant-app/push-notifications.md): A push notification is an automated message that is sent to the user by the server of the app.
- [Run in Emulator](https://docs.ionicfirebaseapp.com/ionicrestaurantapp/restaurant-app/run-in-emulator.md): It gives information about the how to run in emulator.
- [Social Configuration](https://docs.ionicfirebaseapp.com/ionicrestaurantapp/restaurant-app/social-api.md): Setup Facebook , Google and Twitter config for Native social login.
- [Braintree](https://docs.ionicfirebaseapp.com/ionicrestaurantapp/payment/braintree.md): Braintree is a full-stack payments platform that makes it easy to accept payments in your app or website.
- [Stripe](https://docs.ionicfirebaseapp.com/ionicrestaurantapp/payment/stripe.md): Stripe Payments is an online payment platform toolkit that eliminates the need for a separate merchant account, payment gateway, and one-off integrations.
- [Changelog](https://docs.ionicfirebaseapp.com/ionicrestaurantapp/changelog/changelog.md): Restaurant mobile update log.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.ionicfirebaseapp.com/ionicrestaurantapp/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
