Giter Club home page Giter Club logo

flisol2017's Introduction

FRISoL 2017 UTN FRA

Aplicaciones Híbridas

Prof. Octavio villegas

Ionic View ID:

*  85D37C42 

Sitio firebase:

* https://flisol-46dc5.firebaseapp.com/ 

Pre-requisitos

se debe tener instalado :

Crear aplicaciones y verlas en un servidor

  • ionic start ejemploUno tabs --v2
  • ionic serve

Agregarle una plataforma (android o ios)

  • ionic platform add android
  • ionic run --device

Modificar la el icono y la presentación

Directorio WWW

  • que se genera

IONIC APP

Firebase

  • Creamos un cuenta
  • Modificamos permisos
    • 1- ir al menú database.
    • 2- cambiar las reglas por estas:
      • Auth!=null por Auth==null
  • Configuración de Firebase en la aplicación

AngularFire

Firebase hosting

  • En el menú Hosting. de Firebase
    • comenzar
  • npm install -g firebase-tools
    • 1-Crea un subdirectorio :
      • $mkdir firebasePublic
    • 2-Ingresa:
      • $cd firebasePublic
    • 3-Accede a Google:
      • $ firebase login
    • 4-Inicia tu proyecto:
      • $ firebase init
    • 5-Copia el contenido de ‘WWW’ dentro de ‘public’
    • 6-Implementa tu sitio web:
      • $ firebase deploy

Autentificación Firebase

IONIC Plugin

utilizados:

	- $ ionic plugin add cordova-plugin-flashlight 
	- $ npm install --save @ionic-native/flashlight

	- $ ionic plugin add cordova-plugin-vibration 
	- $ npm install --save @ionic-native/vibration

	- $ ionic plugin add cordova-plugin-device-motion 
	- $ npm install --save @ionic-native/device-motion

flisol2017's People

Contributors

octaviovillegas avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.