Coder Social home page Coder Social logo

ios-deployondayone-advanced-wdc01-seng-ft-060120's Introduction

DEPRECATED 8/18/15

Deploy on Day One - Advanced

So you've built a working interviewing tool. Let's take it a big step further.

Instructions

Connect your project to our actual get2knowurnewbesties database.

  • After linking up to our server, you will want to log what you get back in order to see the format of the dictionaries.
  • Create methods that reformat them into something more useful for your current program.
  • Consider other updates to your command-line code to make the best use of the API methods provided to you.

Hints

Also, you will need to instantiate a copy of our FirebaseAPI class in your MyApp.m. Consider adding it as a property, and then instantiating it right at the top of your execute method, i.e.

#import "MyApp.h"
#import "FirebaseAPI.h"

@interface MyApp()

@property (strong, nonatomic, readwrite) NSString *currentUser;
@property (strong, nonatomic) FirebaseAPI *firebaseAPI;

@end

-(void)execute {
    
    self.firebaseAPI = [[FirebaseAPI alloc] init];

    ...

}

You can then call the FirebaseAPI methods to get access to data on our servers. You do NOT need to understand how they work right now, but it should be somewhat self-explanatory as to what the methods do based on their names in the FirebaseAPI.h. You should only be calling the methods listed in FirebaseAPI.h.

View DEPRECATED 8/18/15 on Learn.co and start learning to code for free.

ios-deployondayone-advanced-wdc01-seng-ft-060120's People

Contributors

zdrossman avatar fislabstest avatar annjohn avatar fs-lms-test-bot avatar sarogers avatar

Watchers

James Cloos avatar Kaitlin Vignali avatar Mohawk Greene avatar Victoria Thevenot avatar raza jafri avatar  avatar Joe Cardarelli avatar  avatar  avatar Ben Oren avatar Matt avatar Alex Griffith avatar  avatar Amanda D'Avria avatar  avatar Ahmed avatar Nicole Kroese  avatar Dominique De León avatar  avatar Vicki Aubin avatar Maxwell Benton avatar  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.