Skip to content
Snippets Groups Projects
Commit 9b215547 authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent d86350b5
No related branches found
No related tags found
No related merge requests found
# Assignment 5: Tok: Firebase and Playing Video # Assignment 5: Tok: Firebase and Playing Video
**Due: May 17, 2020, 11:59:59 pm, v1.0** **Due: May 17, 2020, 11:59:59 pm, v1.01**
(live doc, be sure to check back frequently) (live doc, be sure to check back frequently)
...@@ -93,7 +93,7 @@ Make sure that at this point you can run the app, which should start in your ...@@ -93,7 +93,7 @@ Make sure that at this point you can run the app, which should start in your
hitting the "Back" button should take you back. hitting the "Back" button should take you back.
## Step 3: Build the URL Uploader controller ## Step 3: Build the URL Uploader controller
This controller will just allow the user to input a URL, description (through `TextField`s), maybe a comma-separated "tags", and insert into This controller will just allow the user to input a URL, description (through `TextField`s), **Edit:** maybe a comma-separated "tags", and insert into
the database. A url and description can be inserted as follows: the database. A url and description can be inserted as follows:
``` ```
root.child("urls").childByAutoId().setValue(["name": "Meditation Sheep", root.child("urls").childByAutoId().setValue(["name": "Meditation Sheep",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment