Skip to content

gvenkat/Firebase-Auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebase-Auth

Auth Library for Firebase 

    my $tk="AsdueloieTusMLS0cWFEgzmaW6xVDsXND3Vk6";
    my $custom_data = {'auth_data' => 'foo', 'other_auth_data'=> 'bar'};
    my $options = {'admin' => 'true'};

    my $firebase = Firebase::Auth->new ( token =>$tk);
    my $token = $firebase->create_token ( $custom_data, $options );
    print( "token $token \n");

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Firebase::Auth

You can also look for information at:


LICENSE AND COPYRIGHT

Copyright (C) 2013  Kiran Kumar

MIT License

About

Firebase auth library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%