# Technologies

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

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

* Ionic V4&#x20;
* Ionic Native
* Firebase
* Angular 7+
* Node Js 10+
* Rest Api &#x20;
* Cloudinary (images storage)

### Ionic <a href="#ionic" id="ionic"></a>

​[**Ionic**](https://ionicframework.com/) is a complete open-source SDK to develop hybrid mobile app. One single source file support on all the platform like IOS/Android . Ionic is built on top of Angular framework. Ionic provides tools and services for developing hybrid mobile apps using Web technologies like CSS, HTML5, SASS. Apps can be built with these Web technologies and then distributed through native to be installed on devices by leveraging Cordova.

### Ionic Native <a href="#ionic-native" id="ionic-native"></a>

​[**Ionic Native**](https://ionicframework.com/docs/native/) is a [TypeScript](https://www.typescriptlang.org/) wrapper for [Cordova/PhoneGap](https://cordova.apache.org/) plugins that make adding any native functionality you need to your [Ionic](https://ionicframework.com/) mobile app easy.

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

​Cloud [Firebase](https://firebase.google.com/) is a flexible, scalable database for mobile, web, and server development from Firebase and Google Cloud Platform. Like Firebase Real-time Database, it keeps your data in sync across client apps through real-time listeners and offers offline support for mobile and web so you can build responsive apps that work regardless of network latency or Internet connectivity. Firebase also provides 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 PWA (Progressive Web app ) and hybrid mobile app. This framework is 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. We develop all the product on the latest angular version.

### 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: 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:

```
GET https://docs.ionicfirebaseapp.com/ionicrestaurantapp/technologies.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.
