> For the complete documentation index, see [llms.txt](https://docs.ionicfirebaseapp.com/flutter-multirestaurant-app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionicfirebaseapp.com/flutter-multirestaurant-app/technologies.md).

# Technologies

## Technologies Used <a href="#technologies-used" id="technologies-used"></a>

The components of the App are built using the core components of Ionic and Ionic Native. The theme also regularly incorporates various other latest technologies.

* FireStore Database&#x20;
* Angular 5+&#x20;
* NodeJS 6+&#x20;

### Firebase <a href="#firestore" id="firestore"></a>

[**Firebase** ](https://firebase.google.com/)helps you build better mobile apps and grow your business. Firebase is built on Google infrastructure and scales automatically, for even the largest apps. Firebase products work individually but share data and insights, so they work even better together.

### [**F**irestore](https://firebase.google.com/docs/firestore/)

Cloud [Firestore ](https://firebase.google.com/docs/firestore/)is a flexible, scalable database for mobile, web, and server development from Firebase and Google Cloud Platform. Like Firebase Realtime Database, it keeps your data in-sync across client apps through realtime listeners and offers offline support for mobile and web so that you can build responsive apps that work regardless of network latency or Internet connectivity. Cloud Firestore also offers seamless integration with other Firebase and Google Cloud Platform products, including Cloud Functions

### Angular <a href="#angularjs" id="angularjs"></a>

​[**Angular**](https://angular.io/) is a toolset for building the framework most suited to your application development. It is fully extensible and works well with other libraries. Every feature can be modified or replaced to suit your unique development workflow and feature needs..

### Node JS <a href="#node-js" id="node-js"></a>

​[**NodeJS**](https://nodejs.org/en/) is an open-source, cross-platform JavaScript run-time environment for executing JavaScript code server-side. NodeJS is a JavaScript runtime built on [Chrome's V8 JavaScript engine](https://developers.google.com/v8/). NodeJS uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. NodeJS package ecosystem, [npm](https://www.npmjs.com/) is the largest ecosystem of open source libraries in the world.


---

# 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.ionicfirebaseapp.com/flutter-multirestaurant-app/technologies.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.
