Skip to content

Instantly share code, notes, and snippets.

@manuelernesto
Last active January 15, 2019 16:09
Show Gist options
  • Save manuelernesto/c404ba5b09280e94fb157313507f1e16 to your computer and use it in GitHub Desktop.
Save manuelernesto/c404ba5b09280e94fb157313507f1e16 to your computer and use it in GitHub Desktop.
var mPeople: ArrayList<Person> = ArrayList()
var mAdapter: PersonFirestoredapter = PersonFirestoredapter(this, mPeople)
var mRecyclerView: RecyclerView = findViewById(R.id.rv)
mRecyclerView.setHasFixedSize(true)
mRecyclerView.layoutManager = LinearLayoutManager(this)
var db: FirebaseFirestore = FirebaseFirestore.getInstance()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment