Skip to content

esykai/FireBase_GModification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

FireBase_GModification

Commands

  • read:

    #1 path (string)

    #2 meth (function)/HTML ARGUMENT

    #3 withpassword (bool)/Need to write with database secret password? If not. you can leave it empty.

    example:

     local fb = include('FireBase.lua')
     fb:read('player/BOT/gay',function(html)
     	if tobool(html) then
     	    	print('fuck gay detected')
     	end
     end)
    
     //fuck gay detected

  • patch:

    #1 path (string)

    #2 json (table)

    #3 withpassword (bool)

    Comments: If a database is created, it shall update it, if no database is created, it shall create it.

    example:

     local fb = include('FireBase.lua')
     fb:patch('player/BOT',{gay = true, autist = true, usergroup = "superadmin"}, true)

  • delete:

    #1 path (string)

    #2 withpassword (bool)

    example:

     local fb = include('FireBase.lua')
     fb:delete("player/BOT/gay", true)

Variable

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%