Fuel doesn't have a native Firebird driver (mainly because we don't have Firebird databases to test with).
You might try the generic PDO driver, and see how far you get. If the SQL language is based on the ANSI standard, I think (most of) the ORM should work.
DBUtil won't work, as as far as I can see, schema operations are quite different from the ANSI standard.