Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. package com.subratsss.fireapp;
  2.  
  3. import android.app.Application;
  4.  
  5. import com.firebase.client.Firebase;
  6.  
  7. /**
  8. * Created by SSS on 12/1/2016.
  9. */
  10.  
  11. public class FireApp extends Application {
  12. @Override
  13. public void onCreate() {
  14. super.onCreate();
  15. Firebase.setAndroidContext(this);
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement