Skip to content
Code Nerd Alert

Code Nerd Alert

-Kotlin, Perl, Python, Firebase

  • Kotlin
  • Perl
  • Python
  • Firebase

Tag: backup

Replicate a Firebase Real-Time Database with a simple Perl script

April 18, 2022May 25, 2022jonathanbackup, firebase, perlfirebase, perlLeave a Comment on Replicate a Firebase Real-Time Database with a simple Perl script

Here is a very simple script to replicate data from one Firebase RTD to a backup RTD. Just be sure to modify the array of root keys (@firebaseBackupKeys) to reflect your database. This version can be called from a web browser, or via a cron job. #!/usr/bin/perl use CGI::Carp qw(fatalsToBrowser); print ‘Content-type: text/html’, “\n\n”; use…(Continue Reading)

  • android
  • android studio
  • books
  • CPAN
  • data types
  • encoding
  • EpsImagePlugin
  • exceptions
  • firebase
  • GhostScript
  • kotlin
  • numpy
  • pandas
  • perl
  • PIL
  • python
  • shared preferences
  • viewmodel

Recent Posts

  • java.lang.IllegalStateException: Room cannot verify the data integrity.
  • Cannot find symbol class FragmentIngredientEditBindingImpl DataBinderMapperImpl.java
  • Perl crypt function for more than 8 letters
  • Know thy $self
  • UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xb6 in position 136: invalid start byte

Recent Comments

No comments to show.
  • Kotlin
  • Perl
  • Python
  • Firebase

Archives

  • May 2022
  • April 2022

Categories

  • android
  • android studio
  • books
  • CPAN
  • data types
  • encoding
  • EpsImagePlugin
  • exceptions
  • firebase
  • GhostScript
  • kotlin
  • numpy
  • pandas
  • perl
  • PIL
  • python
  • shared preferences
  • viewmodel
Copyright © All rights reserved
↑