Store Locator App Documentation

  1. Home
  2. Docs
  3. Store Locator App Documentation
  4. Setting Up The Firebase Tables

Setting Up The Firebase Tables

Categories:

Create a table called “store_locator_categories“, and any document in this table should have the following attributes with the same names and types:

id: String // same value as the document id
photo: String
name: String 
order: String // the category display order

it should look like this on firebase

Note: make sure that the document id and inner id field have the same value.
Filters:

Create a table called “store_locator_filters“, and any document in this table should have the following attributes with the same names and types:

id: String  // same value as the document id
name: String
options: ArrayList<String> 

it should look like this on firebase

Note: make sure that the document id and inner id field have the same value.
Was this article helpful to you? Yes No

How can we help?