Package net.thegreshams.firebase4j.service

Examples of net.thegreshams.firebase4j.service.Firebase.post()


    System.out.println( "\n\nResult of GET (for the test-PUT):\n" + response );
    System.out.println("\n");
   
   
    // "POST" (test-map into a sub-node off of the fb4jDemo-root)
    response = firebase.post( "test-POST", dataMap );
    System.out.println( "\n\nResult of POST (for the test-POST):\n" + response );
    System.out.println("\n");
   
   
    // "DELETE" (it's own test-node)
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.