Skip to content

Instantly share code, notes, and snippets.

/*
* Firebase UI Bindings Android Library
*
* Copyright © 2015 Firebase - All Rights Reserved
* https://www.firebase.com
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
package com.firebase.ui;
import com.firebase.client.DataSnapshot;
import com.firebase.client.Query;
import com.firebase.ui.FirebaseArray.OnChangedListener;
import java.util.ArrayList;
import java.util.List;
public class FirebaseArrays {